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