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

Method isdigit

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

Source from the content-addressed store, hash-verified

1513 return self.data.isdecimal()
1514
1515 def isdigit(self):
1516 return self.data.isdigit()
1517
1518 def isidentifier(self):
1519 return self.data.isidentifier()

Callers 15

__init__Method · 0.45
global_flag_reprFunction · 0.45
_parse_octetMethod · 0.45
iterkeysMethod · 0.45
get_sequencesMethod · 0.45
_setupMethod · 0.45
_parsedate_tzFunction · 0.45
parse_mime_versionFunction · 0.45
get_sectionFunction · 0.45
_validate_statusMethod · 0.45
parse_requestMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_isdigitMethod · 0.36
test_stringMethod · 0.36
test_str_operationsMethod · 0.36
test_isdigitMethod · 0.36
help_inputtypeMethod · 0.36
neitherspacenordigitMethod · 0.36
test_ios_verMethod · 0.36
check_outputMethod · 0.36
test_randomMethod · 0.36
_check_durationFunction · 0.36