Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ mainloop
Method
mainloop
lib/matplotlib/backend_bases.py:3722–3723 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3720
3721
class
Show(ShowBase):
3722
def
mainloop(self):
3723
return
cls.mainloop()
3724
3725
setattr(sys.modules[cls.__module__],
"Show"
, Show)
3726
return
cls
Callers
7
show
Method · 0.80
start_event_loop
Method · 0.80
start_main_loop
Method · 0.80
test_fig_sigint_override
Function · 0.80
test_figuremanager_preserves_host_mainloop
Function · 0.80
test_canvas_focus
Function · 0.80
embedding_in_tk_sgskip.py
File · 0.80
Calls
no outgoing calls
Tested by
3
test_fig_sigint_override
Function · 0.64
test_figuremanager_preserves_host_mainloop
Function · 0.64
test_canvas_focus
Function · 0.64