Public Member Functions | |
def | __init__ (self) |
def | get_elapsed (self) |
def | get_start (self) |
def | reset (self, new_start_time=None) |
Private Attributes | |
_start | |
Static Private Attributes | |
int | _start = 0 |
Definition at line 7 of file stopwatch.py.
def rspy.stopwatch.Stopwatch.__init__ | ( | self | ) |
Definition at line 11 of file stopwatch.py.
def rspy.stopwatch.Stopwatch.get_elapsed | ( | self | ) |
Definition at line 22 of file stopwatch.py.
def rspy.stopwatch.Stopwatch.get_start | ( | self | ) |
Definition at line 26 of file stopwatch.py.
def rspy.stopwatch.Stopwatch.reset | ( | self, | |
new_start_time = None |
|||
) |
Definition at line 15 of file stopwatch.py.
|
staticprivate |
Definition at line 9 of file stopwatch.py.
|
private |
Definition at line 12 of file stopwatch.py.