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

Class Hbox

lib/matplotlib/_mathtext.py:1175–1179  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1173
1174
1175class Hbox(Box):
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 4

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

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…