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

Class HCentered

site-packages/matplotlib/mathtext.py:1913–1920  ·  view source on GitHub ↗

A convenience class to create an :class:`Hlist` whose contents are centered within its enclosing box.

Source from the content-addressed store, hash-verified

1911 Glue.__init__(self, 'ss')
1912
1913class HCentered(Hlist):
1914 """
1915 A convenience class to create an :class:`Hlist` whose contents are
1916 centered within its enclosing box.
1917 """
1918 def __init__(self, elements):
1919 Hlist.__init__(self, [SsGlue()] + elements + [SsGlue()],
1920 do_kern=False)
1921
1922class VCentered(Hlist):
1923 """

Callers 4

c_over_cMethod · 0.85
accentMethod · 0.85
subsuperMethod · 0.85
_genfracMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected