Searched refs:add_operators (Results 1 – 1 of 1) sorted by relevance
5951 static int add_operators(PyTypeObject *);6098 if (add_operators(type) < 0) { in type_ready_fill_dict()8602 add_operators(PyTypeObject *type) in add_operators() function