Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ isidentifier
Function
isidentifier
_pydev_bundle/_pydev_completer.py:212–213 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
210
211
212
def
isidentifier(s):
213
return
s.isidentifier()
214
215
216
TokenAndQualifier = namedtuple(
"TokenAndQualifier"
,
"token, qualifier"
)
Callers
2
test_isidentifier
Function · 0.90
extract_token_and_qualifier
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_isidentifier
Function · 0.72