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

Method has_fignum

lib/matplotlib/_pylab_helpers.py:87–89  ·  view source on GitHub ↗

Return whether figure number *num* exists.

(cls, num)

Source from the content-addressed store, hash-verified

85
86 @classmethod
87 def has_fignum(cls, num):
88 """Return whether figure number *num* exists."""
89 return num in cls.figs
90
91 @classmethod
92 def get_all_fig_managers(cls):

Callers 1

fignum_existsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected