Home
last modified time | relevance | path

Searched refs:is_legal_py_identifier (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Tools/clinic/
Dclinic.py144 def is_legal_py_identifier(s): function
4144 if (is_legal_py_identifier(full_name) and
4146 is_legal_py_identifier(existing)):
4181 if not is_legal_py_identifier(full_name):