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

Method space

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

Source from the content-addressed store, hash-verified

2614 r'\!' : -0.16667, # -3/18 em = -3 mu
2615 }
2616 def space(self, s, loc, toks):
2617 assert len(toks)==1
2618 num = self._space_widths[toks[0]]
2619 box = self._make_space(num)
2620 return [box]
2621
2622 def customspace(self, s, loc, toks):
2623 return [self._make_space(float(toks[0]))]

Callers

nothing calls this directly

Calls 1

_make_spaceMethod · 0.95

Tested by

no test coverage detected