get_call_stack () ⇒ list
Returns the call stack as it is on the call of this method.
First available: Version 1.6.7
Notes
Whilst this function does return the call stack as a list of strings, it
possible to then use the handle_of
function to retrieve
a function handle from it.
Comments