getCallStack¶
- lsst.pex.config.callStack.getCallStack(skip=0)¶
 Retrieve the call stack for the caller.
- Parameters:
 - skip
int, non-negative Number of stack frames above caller to skip.
- skip
 - Returns:
 - output
listofStackFrame The call stack. The
listis ordered with the most recent frame to last.
- output
 
Notes
This function is excluded from the call stack.