HomeSort by relevance Sort by last modified time
    Searched refs:DictRemover_Type (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Modules/_ctypes/
_ctypes.c 205 static PyTypeObject DictRemover_Type = {
256 obj = PyObject_CallObject((PyObject *)&DictRemover_Type, NULL);
    [all...]
  /external/python/cpython3/Modules/_ctypes/
_ctypes.c 163 static PyTypeObject DictRemover_Type = {
214 obj = PyObject_CallObject((PyObject *)&DictRemover_Type, NULL);
    [all...]

Completed in 61 milliseconds