Searched refs:second_identifier (Results 1 – 1 of 1) sorted by relevance
1363 PyObject *second_identifier = second_name->v.Name.id; in _PyPegen_join_names_with_dot() local1368 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()