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

Method __init__

lib/matplotlib/projections/polar.py:683–685  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

681 _tick_class = RadialTick
682
683 def __init__(self, *args, **kwargs):
684 super().__init__(*args, **kwargs)
685 self.sticky_edges.y.append(0)
686
687 def set_major_locator(self, locator):
688 if not isinstance(locator, RadialLocator):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected