示例#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")