コード例 #1
0
ファイル: miscTests.py プロジェクト: Caez83/vdsm
 def _foo():
     return misc.findCaller()
コード例 #2
0
ファイル: miscTests.py プロジェクト: Caez83/vdsm
 def _foo():
     return misc.findCaller(ignoreMethodNames=["_foo"])
コード例 #3
0
ファイル: miscTests.py プロジェクト: Caez83/vdsm
 def _foo():
     return misc.findCaller(logSkipName="Freeze the Atlantic")
コード例 #4
0
 def _foo():
     return misc.findCaller()
コード例 #5
0
 def _foo():
     return misc.findCaller(ignoreMethodNames=["_foo"])
コード例 #6
0
 def _foo():
     return misc.findCaller(logSkipName="Freeze the Atlantic")