MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / test_isidentifier

Function test_isidentifier

tests_python/test_extract_token.py:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5
6def test_isidentifier():
7 assert isidentifier("abc")
8 assert not isidentifier("<")
9 assert not isidentifier("")
10 assert isidentifier("áéíóú")
11
12
13def test_extract_token_and_qualifier():

Callers

nothing calls this directly

Calls 1

isidentifierFunction · 0.90

Tested by

no test coverage detected