Get milliseconds since init.
(self)
| 178 | print(f"[MockPager] clear({color:#06x})") |
| 179 | |
| 180 | def get_ticks(self): |
| 181 | """Get milliseconds since init.""" |
| 182 | return int((time.time() - self._start_time) * 1000) |
| 183 | |
| 184 | def delay(self, ms): |
| 185 | """Sleep for milliseconds.""" |
no outgoing calls
no test coverage detected