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

Method isdigit

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

Source from the content-addressed store, hash-verified

1553 return self.data.isdecimal()
1554
1555 def isdigit(self):
1556 return self.data.isdigit()
1557
1558 def isidentifier(self):
1559 return self.data.isidentifier()

Callers 15

setup_ciFunction · 0.80
__init__Method · 0.80
global_flag_reprFunction · 0.80
_parse_octetMethod · 0.80
iterkeysMethod · 0.80
get_sequencesMethod · 0.80
_setupMethod · 0.80
_parsedate_tzFunction · 0.80
parse_mime_versionFunction · 0.80
get_sectionFunction · 0.80
_validate_statusMethod · 0.80

Calls

no outgoing calls

Tested by 15

test_isdigitMethod · 0.64
test_stringMethod · 0.64
test_str_operationsMethod · 0.64
test_isdigitMethod · 0.64
test_ctypesMethod · 0.64
help_inputtypeMethod · 0.64
neitherspacenordigitMethod · 0.64
test_ios_verMethod · 0.64
check_outputMethod · 0.64
test_randomMethod · 0.64