MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / start

Method start

lib/matplotlib/backend_bases.py:1080–1082  ·  view source on GitHub ↗

Start the timer.

(self)

Source from the content-addressed store, hash-verified

1078 self._timer_stop()
1079
1080 def start(self):
1081 """Start the timer."""
1082 self._timer_start()
1083
1084 def stop(self):
1085 """Stop the timer."""

Callers 5

run_memleak_testFunction · 0.45
_startMethod · 0.45
_end_redrawMethod · 0.45
resumeMethod · 0.45
__init__Method · 0.45

Calls 1

_timer_startMethod · 0.95

Tested by

no test coverage detected