Lines Matching refs:stack_info
165 *exc_info*, *stack_info*, *stacklevel* and *extra*.
172 The second optional keyword argument is *stack_info*, which defaults to
181 You can specify *stack_info* independently of *exc_info*, e.g. to just show
237 The *stack_info* parameter was added.
315 .. method:: Logger.findCaller(stack_info=False, stacklevel=1)
319 information is returned as ``None`` unless *stack_info* is ``True``.
621 .. method:: formatStack(stack_info)
845 | stack_info | You shouldn't need to | Stack frame information (where available) |
966 The second optional keyword argument is *stack_info*, which defaults to
975 You can specify *stack_info* independently of *exc_info*, e.g. to just show
1022 The *stack_info* parameter was added.