MCPcopy 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
212def isidentifier(s):
213 return s.isidentifier()
214
215
216TokenAndQualifier = namedtuple("TokenAndQualifier", "token, qualifier")

Callers 2

test_isidentifierFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_isidentifierFunction · 0.72