コード例 #1
0
 def testZProcessReport_init(self):
     '''
     We take the mock process and see what happens
     '''
     pr = ZProcessReport(Process())
     # I add a couple of newlines for aestetich reasons
     print("\n\n")
     zprint(str(pr))
コード例 #2
0
ファイル: test_zps.py プロジェクト: ericof/rt.zps
 def testZProcessReport_init(self):
     '''
     We take the mock process and see what happens
     '''
     pr = ZProcessReport(Process())
     # I add a couple of newlines for aestetich reasons
     print "\n\n"
     zprint(str(pr))
コード例 #3
0
ファイル: finder.py プロジェクト: ericof/rt.zps
 def __call__(self):
     '''
     When called output it's string representation
     '''
     zprint(str(self))
コード例 #4
0
ファイル: finder.py プロジェクト: ale-rt/rt.zps
 def __call__(self):
     '''
     When called output it's string representation
     '''
     zprint(str(self))