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

Method __init__

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

Source from the content-addressed store, hash-verified

150 size = 0.2
151
152 def __init__(self, hatch, density):
153 self.num_rows = (hatch.count('o')) * density
154 super().__init__(hatch, density)
155
156
157class LargeCircles(Circles):

Callers

nothing calls this directly

Calls 2

countMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected