Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ __init__
Method
__init__
lib/matplotlib/_mathtext.py:1171–1172 ·
view source on GitHub ↗
(self, height: float, depth: float)
Source
from the content-addressed store, hash-verified
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
1175
class
Hbox(Box):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected