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

Method isalpha

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

Source from the content-addressed store, hash-verified

1541 return self.data.index(sub, start, end)
1542
1543 def isalpha(self):
1544 return self.data.isalpha()
1545
1546 def isalnum(self):
1547 return self.data.isalnum()

Callers 11

test_isalphaMethod · 0.80
test_stringMethod · 0.80
test_isalphaMethod · 0.80
test_ctypesMethod · 0.80
test_method_checksumMethod · 0.80
get_zoneinfo_metadataFunction · 0.80
_parse_flagsFunction · 0.80
reader.pyFile · 0.80
_urlsplitFunction · 0.80
tokenize_asdlFunction · 0.80

Calls

no outgoing calls

Tested by 6

test_isalphaMethod · 0.64
test_stringMethod · 0.64
test_isalphaMethod · 0.64
test_ctypesMethod · 0.64
test_method_checksumMethod · 0.64
get_zoneinfo_metadataFunction · 0.64