MCPcopy Index your code
hub / github.com/python/cpython / isNumeric

Method isNumeric

Parser/asdl_c.py:631–632  ·  view source on GitHub ↗
(self, field)

Source from the content-addressed store, hash-verified

629 self.emit("%s %s;" % (ctype, field.name), depth)
630
631 def isNumeric(self, field):
632 return get_c_type(field.type) in ("int", "bool")
633
634 def isSimpleType(self, field):
635 return field.type in self.metadata.simple_sums or self.isNumeric(field)

Callers 2

isSimpleTypeMethod · 0.95
visitFieldMethod · 0.95

Calls 1

get_c_typeFunction · 0.85

Tested by

no test coverage detected