Lines Matching refs:def
20 def __init__(self, event, time_started=None, time_elapsed=None):
29 def event(self):
33 def time_started(self):
36 def _TimeElapsedGet(self):
44 def _TimeElapsedSet(self, time_elapsed):
53 def has_finished(self):
56 def GetTimeStartedFormatted(self):
59 def GetTimeElapsedRounded(self):
62 def Finish(self):
70 def __str__(self):
77 def __init__(self, records=None):
80 def __len__(self):
83 def __iter__(self):
86 def __getitem__(self, index):
90 def last(self):
94 def AddEvent(self, event):
102 def GetTotalTime(self):
109 def GetTransitionEventHistory(self):
128 def _GetReport(history, report_name):
144 def GetEventReport(self):
147 def GetTransitionEventReport(self):