Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_ctypes/
D_ctypes.c162 static PyTypeObject DictRemover_Type = { variable
213 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()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c211 static PyTypeObject DictRemover_Type = { variable
262 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()