float: Get the current time, in seconds.
(self)
| 981 | """Thread lock.""" |
| 982 | |
| 983 | def get_time(self) -> float: |
| 984 | """float: Get the current time, in seconds.""" |
| 985 | return self._get_time() |
| 986 | |
| 987 | @property |
| 988 | def started(self) -> bool: |
no outgoing calls