MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / __init__

Method __init__

site-packages/matplotlib/mathtext.py:1422–1423  ·  view source on GitHub ↗
(self, width)

Source from the content-addressed store, hash-verified

1420 A box with only width (zero height and depth).
1421 """
1422 def __init__(self, width):
1423 Box.__init__(self, width, 0., 0.)
1424
1425class Char(Node):
1426 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected