MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / space

Method space

lib/matplotlib/_mathtext.py:2386–2389  ·  view source on GitHub ↗
(self, toks: ParseResults)

Source from the content-addressed store, hash-verified

2384 }
2385
2386 def space(self, toks: ParseResults) -> T.Any:
2387 num = self._space_widths[toks["space"]]
2388 box = self._make_space(num)
2389 return [box]
2390
2391 def customspace(self, toks: ParseResults) -> T.Any:
2392 return [self._make_space(toks["space"])]

Callers

nothing calls this directly

Calls 1

_make_spaceMethod · 0.95

Tested by

no test coverage detected