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

Method __init__

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

Source from the content-addressed store, hash-verified

140
141class Circles(Shapes):
142 def __init__(self, hatch, density):
143 path = Path.unit_circle()
144 self.shape_vertices = path.vertices
145 self.shape_codes = path.codes
146 super().__init__(hatch, density)
147
148
149class SmallCircles(Circles):

Callers

nothing calls this directly

Calls 2

unit_circleMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected