Home
last modified time | relevance | path

Searched refs:findCaller (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/logging/
H A D__init__.py188 # Setting _srcfile to None will prevent findCaller() from being called. This
1561 def findCaller(self, stack_info=False, stacklevel=1): member in Logger
1618 #IronPython doesn't track Python frames, so findCaller raises an
1622 fn, lno, func, sinfo = self.findCaller(stack_info, stacklevel)
/third_party/python/Lib/test/
H A Dtest_logging.py5131 self.logger.findCaller(stack_info=True)

Completed in 10 milliseconds