Searched refs:findCaller (Results 1 – 10 of 10) sorted by relevance
165 s = list(self.scpi_logger.findCaller())168 s = list(self.scpi_logger.findCaller())
138 _original_logger__find_caller = logging.Logger.findCaller142 logging.Logger.findCaller = _logging_manager_aware_logger__find_caller
112 logger.findCaller = _logger_find_caller
1240 def findCaller(self): member in Logger1284 fn, lno, func = self.findCaller()
1502 def findCaller(self, stack_info=False, stacklevel=1): member in Logger1565 fn, lno, func, sinfo = self.findCaller(stack_info, stacklevel)
264 .. method:: Logger.findCaller()
315 .. method:: Logger.findCaller(stack_info=False, stacklevel=1)
4843 self.logger.findCaller(stack_info=True)
3761 Add exception handling around findCaller() call to help out IronPython.
15585 - Issue #5287: Add exception handling around findCaller() call to help out