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())
130 _original_logger__find_caller = logging.Logger.findCaller131 logging.Logger.findCaller = _logging_manager_aware_logger__find_caller
100 logger.findCaller = _logger_find_caller
1240 def findCaller(self): member in Logger1284 fn, lno, func = self.findCaller()
1451 def findCaller(self, stack_info=False): member in Logger1507 fn, lno, func, sinfo = self.findCaller(stack_info)
264 .. method:: Logger.findCaller()
303 .. method:: Logger.findCaller(stack_info=False)
4256 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