コード例 #1
0
ファイル: counter_tests.py プロジェクト: dvj/pycounters
 def f():
     with report_start_end("f"):
         multicat()
         cat1()
コード例 #2
0
ファイル: counter_tests.py プロジェクト: dvj/pycounters
 def raises():
     with report_start_end():
         pass