Home | History | Annotate | Download | only in test

Lines Matching refs:def

34     def __enter__(self):
40 def __exit__(self, type, value, tb):
46 def reset(self):
54 def __init__(self):
57 def start(self):
65 def stop(self):
76 def laps(self):
80 def avg(self):
84 #def sigma(self):
90 def __str__(self):
101 def setUp(self):
107 def tearDown(self):