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

Method function

lib/matplotlib/_mathtext.py:2503–2506  ·  view source on GitHub ↗
(self, s: str, loc: int, toks: ParseResults)

Source from the content-addressed store, hash-verified

2501 ])
2502
2503 def function(self, s: str, loc: int, toks: ParseResults) -> T.Any:
2504 hlist = self.operatorname(s, loc, toks)
2505 hlist.function_name = toks["name"]
2506 return hlist
2507
2508 def operatorname(self, s: str, loc: int, toks: ParseResults) -> T.Any:
2509 self.push_state()

Callers

nothing calls this directly

Calls 1

operatornameMethod · 0.95

Tested by

no test coverage detected