Example #1
0
 def _foo():
     return misc.findCaller()
Example #2
0
 def _foo():
     return misc.findCaller(ignoreMethodNames=["_foo"])
Example #3
0
 def _foo():
     return misc.findCaller(logSkipName="Freeze the Atlantic")
Example #4
0
 def _foo():
     return misc.findCaller()
Example #5
0
 def _foo():
     return misc.findCaller(ignoreMethodNames=["_foo"])
Example #6
0
 def _foo():
     return misc.findCaller(logSkipName="Freeze the Atlantic")