Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dffi_obj.c427 static PyObject *ffi_cast(FFIObject *self, PyObject *args) in ffi_cast() function
1107 {"cast", (PyCFunction)ffi_cast, METH_VARARGS, ffi_cast_doc},