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

Method isalpha

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

Source from the content-addressed store, hash-verified

1501 return self.data.index(sub, start, end)
1502
1503 def isalpha(self):
1504 return self.data.isalpha()
1505
1506 def isalnum(self):
1507 return self.data.isalnum()

Callers 9

test_isalphaMethod · 0.45
test_stringMethod · 0.45
test_isalphaMethod · 0.45
test_method_checksumMethod · 0.45
get_zoneinfo_metadataFunction · 0.45
_parse_flagsFunction · 0.45
reader.pyFile · 0.45
_urlsplitFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_isalphaMethod · 0.36
test_stringMethod · 0.36
test_isalphaMethod · 0.36
test_method_checksumMethod · 0.36
get_zoneinfo_metadataFunction · 0.36