MCPcopy 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
1615class Kern(Node):

Callers

nothing calls this directly

Calls 2

GlueClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected