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

Class Vbox

site-packages/matplotlib/mathtext.py:1411–1416  ·  view source on GitHub ↗

A box with only height (zero width).

Source from the content-addressed store, hash-verified

1409 pass
1410
1411class Vbox(Box):
1412 """
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 3

c_over_cMethod · 0.85
accentMethod · 0.85
_genfracMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected