MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / __init__

Method __init__

site-packages/matplotlib/mathtext.py:1598–1602  ·  view source on GitHub ↗
(self, elements, w=0., m='additional', do_kern=True)

Source from the content-addressed store, hash-verified

1596 A horizontal list of boxes.
1597 """
1598 def __init__(self, elements, w=0., m='additional', do_kern=True):
1599 List.__init__(self, elements)
1600 if do_kern:
1601 self.kern()
1602 self.hpack()
1603
1604 def kern(self):
1605 """

Callers

nothing calls this directly

Calls 3

kernMethod · 0.95
hpackMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected