예제 #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))