Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ isidentifier
Method
isidentifier
Lib/collections/__init__.py:1518–1519 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1516
return
self.data.isdigit()
1517
1518
def
isidentifier(self):
1519
return
self.data.isidentifier()
1520
1521
def
islower(self):
1522
return
self.data.islower()
Callers
10
create_archive
Function · 0.45
__init__
Method · 0.45
__repr__
Method · 0.45
make_dataclass
Function · 0.45
evaluate
Method · 0.45
namedtuple
Function · 0.45
_set_signature
Function · 0.45
test_isidentifier
Method · 0.45
decorator
Function · 0.45
checkgroupname
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_isidentifier
Method · 0.36
decorator
Function · 0.36