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

  /external/python/cpython2/Modules/_ctypes/
callproc.c 36 4. _ctypes_callproc is then called with the 'callargs' tuple. _ctypes_callproc first
1086 PyObject *_ctypes_callproc(PPROC pProc function
    [all...]
  /external/python/cpython3/Modules/_ctypes/
callproc.c 30 4. _ctypes_callproc is then called with the 'callargs' tuple. _ctypes_callproc first
1050 PyObject *_ctypes_callproc(PPROC pProc, function
    [all...]

Completed in 63 milliseconds