Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c2104 static int set_names(PyTypeObject *);
2818 if (set_names(type) < 0) in type_new()
7265 set_names(PyTypeObject *type) in set_names() function