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

/external/python/cpython2/Lib/logging/
H A D__init__.py82 # findCaller() from being called.
1233 def findCaller(self): member in class:Logger
1273 #IronPython doesn't track Python frames, so findCaller raises an
1277 fn, lno, func = self.findCaller()

Completed in 79 milliseconds