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

Method show

lib/matplotlib/backends/backend_wx.py:1345–1351  ·  view source on GitHub ↗
(cls, parent, help_entries)

Source from the content-addressed store, hash-verified

1343
1344 @classmethod
1345 def show(cls, parent, help_entries):
1346 # if no dialog is shown, create one; otherwise just re-raise it
1347 if cls._instance:
1348 cls._instance.Raise()
1349 return
1350 cls._instance = cls(parent, help_entries)
1351 cls._instance.Show()
1352
1353
1354@backend_tools._register_tool_class(_FigureCanvasWxBase)

Callers 15

triggerMethod · 0.45
on_responseMethod · 0.45
save_figureMethod · 0.45
triggerMethod · 0.45
feditFunction · 0.45
test_non_gui_warningFunction · 0.45
test_showFunction · 0.45
test_show_old_global_apiFunction · 0.45
test_load_case_sensitiveFunction · 0.45
_test_interactive_implFunction · 0.45

Calls

no outgoing calls

Tested by 9

test_non_gui_warningFunction · 0.36
test_showFunction · 0.36
test_show_old_global_apiFunction · 0.36
test_load_case_sensitiveFunction · 0.36
_test_interactive_implFunction · 0.36
test_never_updateFunction · 0.36