MCPcopy Index your code
hub / github.com/RustPython/RustPython / isnumeric

Method isnumeric

Lib/collections/__init__.py:1524–1525  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1522 return self.data.islower()
1523
1524 def isnumeric(self):
1525 return self.data.isnumeric()
1526
1527 def isprintable(self):
1528 return self.data.isprintable()

Callers 5

test_isnumericMethod · 0.45
test_stringMethod · 0.45
test_method_checksumMethod · 0.45
builtin_str.pyFile · 0.45

Calls

no outgoing calls

Tested by 4

test_isnumericMethod · 0.36
test_stringMethod · 0.36
test_method_checksumMethod · 0.36