Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ __init__
Method
__init__
lib/matplotlib/_mathtext.py:1601–1602 ·
view source on GitHub ↗
(self, elements: list[Node])
Source
from the content-addressed store, hash-verified
1599
""
"
1600
1601
def
__init__(self, elements: list[Node]):
1602
super().__init__([Glue(
'ss'
), *elements, Glue(
'ss'
)], do_kern=False)
1603
1604
1605
class
VCentered(Vlist):
Callers
nothing calls this directly
Calls
2
Glue
Class · 0.85
__init__
Method · 0.45
Tested by
no test coverage detected