Searched refs:lib_build_cpython_func (Results 1 – 1 of 1) sorted by relevance
/external/python/cffi/c/ |
D | lib_obj.c | 115 static PyObject *lib_build_cpython_func(LibObject *lib, in lib_build_cpython_func() function 278 x = lib_build_cpython_func(lib, g, s, METH_VARARGS); in lib_build_and_cache_attr() 282 x = lib_build_cpython_func(lib, g, s, METH_NOARGS); in lib_build_and_cache_attr() 286 x = lib_build_cpython_func(lib, g, s, METH_O); in lib_build_and_cache_attr()
|