Home
last modified time | relevance | path

Searched refs:first_str (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Parser/
H A Daction_helpers.c146 const char *first_str = PyUnicode_AsUTF8(first_identifier); in _PyPegen_join_names_with_dot() local
147 if (!first_str) { in _PyPegen_join_names_with_dot()
154 Py_ssize_t len = strlen(first_str) + strlen(second_str) + 1; // +1 for the dot in _PyPegen_join_names_with_dot()
166 strcpy(s, first_str); in _PyPegen_join_names_with_dot()
167 s += strlen(first_str); in _PyPegen_join_names_with_dot()

Completed in 3 milliseconds