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

Class Vbox

lib/matplotlib/_mathtext.py:1168–1172  ·  view source on GitHub ↗

A box with only height (zero width).

Source from the content-addressed store, hash-verified

1166
1167
1168class Vbox(Box):
1169 """A box with only height (zero width)."""
1170
1171 def __init__(self, height: float, depth: float):
1172 super().__init__(0., height, depth)
1173
1174
1175class Hbox(Box):

Callers 5

accentMethod · 0.85
subsuperMethod · 0.85
_genfracMethod · 0.85
_gensetMethod · 0.85
substackMethod · 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…