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