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

Method get_all_fig_managers

lib/matplotlib/_pylab_helpers.py:92–94  ·  view source on GitHub ↗

Return a list of figure managers.

(cls)

Source from the content-addressed store, hash-verified

90
91 @classmethod
92 def get_all_fig_managers(cls):
93 """Return a list of figure managers."""
94 return list(cls.figs.values())
95
96 @classmethod
97 def get_num_fig_managers(cls):

Callers 7

get_figlabelsFunction · 0.80
draw_allMethod · 0.80
pyplot_showMethod · 0.80
showMethod · 0.80
render_figuresFunction · 0.80
start_main_loopMethod · 0.80
connection_infoFunction · 0.80

Calls 1

valuesMethod · 0.80

Tested by

no test coverage detected