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

Method is_char_node

lib/matplotlib/_mathtext.py:1336–1338  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1334 self.is_phantom = False
1335
1336 def is_char_node(self) -> bool:
1337 # See description in Node.is_char_node.
1338 return all(map(lambda node: node.is_char_node(), self.children))
1339
1340 def kern(self) -> None:
1341 """

Callers 1

subsuperMethod · 0.95

Calls 1

is_char_nodeMethod · 0.45

Tested by

no test coverage detected