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

Method is_dropsub

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

Source from the content-addressed store, hash-verified

2570 return False
2571
2572 def is_dropsub(self, nucleus: Node) -> bool:
2573 if isinstance(nucleus, Char):
2574 return nucleus.c in self._dropsub_symbols
2575 return False
2576
2577 def is_slanted(self, nucleus: Node) -> bool:
2578 if isinstance(nucleus, Char):

Callers 1

subsuperMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected