Searched refs:fixed_global_name (Results 1 – 1 of 1) sorted by relevance
3239 PyObject *fixed_global_name; in fix_imports() local3249 fixed_global_name = PyTuple_GET_ITEM(item, 1); in fix_imports()3251 !PyUnicode_Check(fixed_global_name)) { in fix_imports()3256 Py_TYPE(fixed_global_name)->tp_name); in fix_imports()3263 Py_INCREF(fixed_global_name); in fix_imports()3265 *global_name = fixed_global_name; in fix_imports()