MCPcopy 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

showMethod · 0.80
start_event_loopMethod · 0.80
start_main_loopMethod · 0.80
test_fig_sigint_overrideFunction · 0.80
test_canvas_focusFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_fig_sigint_overrideFunction · 0.64
test_canvas_focusFunction · 0.64