Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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_test
Function · 0.45
_start
Method · 0.45
_end_redraw
Method · 0.45
resume
Method · 0.45
__init__
Method · 0.45
Calls
1
_timer_start
Method · 0.95
Tested by
no test coverage detected