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

Method _init_props

lib/matplotlib/widgets.py:1165–1166  ·  view source on GitHub ↗
(self, text_size, **kwargs)

Source from the content-addressed store, hash-verified

1163 self.ax.add_artist(text)
1164
1165 def _init_props(self, text_size, **kwargs):
1166 raise NotImplementedError("This method should be defined in subclasses")
1167
1168 def _clear(self, event):
1169 """Internal event handler to clear the buttons."""

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected