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

Method rlap

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

Source from the content-addressed store, hash-verified

2450 return [Hlist([Kern(-toks["value"].width), toks["value"]])]
2451
2452 def rlap(self, toks: ParseResults) -> T.Any:
2453 return [Hlist([toks["value"], Kern(-toks["value"].width)])]
2454
2455 _accent_map = {
2456 r'hat': r'\circumflexaccent',

Callers

nothing calls this directly

Calls 2

HlistClass · 0.85
KernClass · 0.85

Tested by

no test coverage detected