MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / is_dropsub

Method is_dropsub

site-packages/matplotlib/mathtext.py:2816–2819  ·  view source on GitHub ↗
(self, nucleus)

Source from the content-addressed store, hash-verified

2814 return False
2815
2816 def is_dropsub(self, nucleus):
2817 if isinstance(nucleus, Char):
2818 return nucleus.c in self._dropsub_symbols
2819 return False
2820
2821 def is_slanted(self, nucleus):
2822 if isinstance(nucleus, Char):

Callers 1

subsuperMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected