Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/
D_ctypes.c3651 _build_callargs(PyCFuncPtrObject *self, PyObject *argtypes, in _build_callargs() function
3943 callargs = _build_callargs(self, argtypes, in PyCFuncPtr_call()