getStackFrame¶
- lsst.pex.config.callStack.getStackFrame(relative=0)¶
Get the
StackFramefor the user’s caller.- Parameters:
- relative
int, optional Number of frames (0 or more) above the caller to retrieve.
- relative
- Returns:
- frame
StackFrame Stack frame for the caller.
- frame