Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dffi_obj.c780 static PyObject *_ffi_callback_decorator(PyObject *outer_args, PyObject *fn) in _ffi_callback_decorator() function
817 (PyCFunction)_ffi_callback_decorator, METH_O}; in ffi_callback()