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

Method isidentifier

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

Source from the content-addressed store, hash-verified

1556 return self.data.isdigit()
1557
1558 def isidentifier(self):
1559 return self.data.isidentifier()
1560
1561 def islower(self):
1562 return self.data.islower()

Callers 15

create_archiveFunction · 0.80
__init__Method · 0.80
__repr__Method · 0.80
make_dataclassFunction · 0.80
evaluateMethod · 0.80
namedtupleFunction · 0.80
_set_signatureFunction · 0.80
test_isidentifierMethod · 0.80
test_generated_namesMethod · 0.80
decoratorFunction · 0.80
checkgroupnameMethod · 0.80
find_modulesMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_isidentifierMethod · 0.64
test_generated_namesMethod · 0.64
decoratorFunction · 0.64