Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_ctypes/
D_ctypes.c3334 PyCFuncPtr_FromDll(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCFuncPtr_FromDll() function
3493 return PyCFuncPtr_FromDll(type, args, kwds); in PyCFuncPtr_new()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c3441 PyCFuncPtr_FromDll(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCFuncPtr_FromDll() function
3595 return PyCFuncPtr_FromDll(type, args, kwds); in PyCFuncPtr_new()