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

Method __init__

site-packages/matplotlib/mathtext.py:1415–1416  ·  view source on GitHub ↗
(self, height, depth)

Source from the content-addressed store, hash-verified

1413 A box with only height (zero width).
1414 """
1415 def __init__(self, height, depth):
1416 Box.__init__(self, 0., height, depth)
1417
1418class Hbox(Box):
1419 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected