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