Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_archive
Function · 0.80
__init__
Method · 0.80
__repr__
Method · 0.80
make_dataclass
Function · 0.80
evaluate
Method · 0.80
namedtuple
Function · 0.80
_set_signature
Function · 0.80
test_isidentifier
Method · 0.80
test_generated_names
Method · 0.80
decorator
Function · 0.80
checkgroupname
Method · 0.80
find_modules
Method · 0.80
Calls
no outgoing calls
Tested by
3
test_isidentifier
Method · 0.64
test_generated_names
Method · 0.64
decorator
Function · 0.64