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

Method __init__

lib/matplotlib/_mathtext.py:1178–1179  ·  view source on GitHub ↗
(self, width: float)

Source from the content-addressed store, hash-verified

1176 """A box with only width (zero height and depth)."""
1177
1178 def __init__(self, width: float):
1179 super().__init__(width, 0., 0.)
1180
1181
1182class Char(Node):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected