Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_ctypes/
D_ctypes.c3441 PyCFuncPtr_FromVtblIndex(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCFuncPtr_FromVtblIndex() function
3497 return PyCFuncPtr_FromVtblIndex(type, args, kwds); in PyCFuncPtr_new()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c3543 PyCFuncPtr_FromVtblIndex(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCFuncPtr_FromVtblIndex() function
3599 return PyCFuncPtr_FromVtblIndex(type, args, kwds); in PyCFuncPtr_new()