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

  /external/python/cpython2/Modules/_ctypes/
_ctypes.c 553 GenericPyCData_new(PyTypeObject *type, PyObject *args, PyObject *kwds);
597 result = GenericPyCData_new((PyTypeObject *)type, NULL, NULL);
    [all...]
  /external/python/cpython3/Modules/_ctypes/
_ctypes.c 528 GenericPyCData_new(PyTypeObject *type, PyObject *args, PyObject *kwds);
560 result = GenericPyCData_new((PyTypeObject *)type, NULL, NULL);
    [all...]

Completed in 51 milliseconds