Searched refs:DictRemover_Type (Results 1 – 2 of 2) sorted by relevance
162 static PyTypeObject DictRemover_Type = { variable213 obj = _PyObject_CallNoArg((PyObject *)&DictRemover_Type); in PyDict_SetItemProxy()5560 DictRemover_Type.tp_new = PyType_GenericNew; in PyInit__ctypes()5561 if (PyType_Ready(&DictRemover_Type) < 0) in PyInit__ctypes()
211 static PyTypeObject DictRemover_Type = { variable262 obj = PyObject_CallObject((PyObject *)&DictRemover_Type, NULL); in PyDict_SetItemProxy()5797 DictRemover_Type.tp_new = PyType_GenericNew; in init_ctypes()5798 if (PyType_Ready(&DictRemover_Type) < 0) in init_ctypes()