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

Method llap

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

Source from the content-addressed store, hash-verified

2447 return toks["value"]
2448
2449 def llap(self, toks: ParseResults) -> T.Any:
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)])]

Callers

nothing calls this directly

Calls 2

HlistClass · 0.85
KernClass · 0.85

Tested by

no test coverage detected