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

Method __init__

lib/matplotlib/hatch.py:160–162  ·  view source on GitHub ↗
(self, hatch, density)

Source from the content-addressed store, hash-verified

158 size = 0.35
159
160 def __init__(self, hatch, density):
161 self.num_rows = (hatch.count('O')) * density
162 super().__init__(hatch, density)
163
164
165class SmallFilledCircles(Circles):

Callers

nothing calls this directly

Calls 2

countMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected