Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/pegen/
Dpegen.c1363 PyObject *second_identifier = second_name->v.Name.id; in _PyPegen_join_names_with_dot() local
1368 if (PyUnicode_READY(second_identifier) == -1) { in _PyPegen_join_names_with_dot()
1375 const char *second_str = PyUnicode_AsUTF8(second_identifier); in _PyPegen_join_names_with_dot()