Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dffi_obj.c302 static PyObject *ffi_typeof(FFIObject *self, PyObject *arg) in ffi_typeof() function
1128 {"typeof", (PyCFunction)ffi_typeof, METH_O, ffi_typeof_doc},