Home
last modified time | relevance | path

Searched refs:findCaller (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/
Dlog.py550 logger.findCaller = _find_caller
/third_party/python/Lib/logging/
D__init__.py1549 def findCaller(self, stack_info=False, stacklevel=1): member in Logger
1612 fn, lno, func, sinfo = self.findCaller(stack_info, stacklevel)
/third_party/python/Doc/library/
Dlogging.rst324 .. method:: Logger.findCaller(stack_info=False, stacklevel=1)
/third_party/python/Lib/test/
Dtest_logging.py4979 self.logger.findCaller(stack_info=True)
/third_party/python/Misc/
DHISTORY15585 - Issue #5287: Add exception handling around findCaller() call to help out