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:1611–1612 ·
view source on GitHub ↗
(self, elements: list[Node])
Source
from the content-addressed store, hash-verified
1609
""
"
1610
1611
def
__init__(self, elements: list[Node]):
1612
super().__init__([Glue(
'ss'
), *elements, Glue(
'ss'
)])
1613
1614
1615
class
Kern(Node):
Callers
nothing calls this directly
Calls
2
Glue
Class · 0.85
__init__
Method · 0.45
Tested by
no test coverage detected