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

Method customspace

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

Source from the content-addressed store, hash-verified

2389 return [box]
2390
2391 def customspace(self, toks: ParseResults) -> T.Any:
2392 return [self._make_space(toks["space"])]
2393
2394 def symbol(self, s: str, loc: int,
2395 toks: ParseResults | dict[str, str]) -> T.Any:

Callers

nothing calls this directly

Calls 1

_make_spaceMethod · 0.95

Tested by

no test coverage detected