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

Method customspace

site-packages/matplotlib/mathtext.py:2622–2623  ·  view source on GitHub ↗
(self, s, loc, toks)

Source from the content-addressed store, hash-verified

2620 return [box]
2621
2622 def customspace(self, s, loc, toks):
2623 return [self._make_space(float(toks[0]))]
2624
2625 def symbol(self, s, loc, toks):
2626 c = toks[0]

Callers

nothing calls this directly

Calls 1

_make_spaceMethod · 0.95

Tested by

no test coverage detected