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

Method is_slanted

lib/matplotlib/_mathtext.py:2577–2580  ·  view source on GitHub ↗
(self, nucleus: Node)

Source from the content-addressed store, hash-verified

2575 return False
2576
2577 def is_slanted(self, nucleus: Node) -> bool:
2578 if isinstance(nucleus, Char):
2579 return nucleus.is_slanted()
2580 return False
2581
2582 def subsuper(self, s: str, loc: int, toks: ParseResults) -> T.Any:
2583 nucleus = toks.get("nucleus", Hbox(0))

Callers 1

subsuperMethod · 0.95

Calls 1

is_slantedMethod · 0.45

Tested by

no test coverage detected