예제 #1
0
 def __str__(self):
     return "Aborted @ %(M)s" % {"M": timestamp(self.message)}
예제 #2
0
 def __str__(self):
     return "Aborted @ %(M)s"%{"M":timestamp(self.message)}
예제 #3
0
 def timestamp(self):
     return timestamp(self.time())
예제 #4
0
파일: Event.py 프로젝트: sys-git/stb-tester
 def timestamp(self):
     return timestamp(self.time())