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

Class Hbox

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

A box with only width (zero height and depth).

Source from the content-addressed store, hash-verified

1416 Box.__init__(self, 0., height, depth)
1417
1418class Hbox(Box):
1419 """
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 4

accentMethod · 0.85
subsuperMethod · 0.85
_genfracMethod · 0.85
sqrtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected