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

Method isnumeric

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

Source from the content-addressed store, hash-verified

1562 return self.data.islower()
1563
1564 def isnumeric(self):
1565 return self.data.isnumeric()
1566
1567 def isprintable(self):
1568 return self.data.isprintable()

Callers 4

test_isnumericMethod · 0.80
test_stringMethod · 0.80
test_method_checksumMethod · 0.80

Calls

no outgoing calls

Tested by 4

test_isnumericMethod · 0.64
test_stringMethod · 0.64
test_method_checksumMethod · 0.64