MCPcopy 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
1605class VCentered(Vlist):

Callers

nothing calls this directly

Calls 2

GlueClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected