Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
D_ctypes.c205 static PyTypeObject DictRemover_Type = { variable
256 obj = PyObject_CallObject((PyObject *)&DictRemover_Type, NULL); in PyDict_SetItemProxy()
5702 DictRemover_Type.tp_new = PyType_GenericNew; in init_ctypes()
5703 if (PyType_Ready(&DictRemover_Type) < 0) in init_ctypes()