Searched refs:METH_VKW (Results 1 – 1 of 1) sorted by relevance
/external/python/cffi/c/ |
D | ffi_obj.c | 1101 #define METH_VKW (METH_VARARGS | METH_KEYWORDS) macro 1105 {"def_extern", (PyCFunction)ffi_def_extern, METH_VKW, ffi_def_extern_doc}, 1106 {"callback", (PyCFunction)ffi_callback, METH_VKW, ffi_callback_doc}, 1110 {"from_buffer",(PyCFunction)ffi_from_buffer,METH_VKW, ffi_from_buffer_doc}, 1112 {"gc", (PyCFunction)ffi_gc, METH_VKW, ffi_gc_doc}, 1113 {"getctype", (PyCFunction)ffi_getctype, METH_VKW, ffi_getctype_doc}, 1115 {"getwinerror",(PyCFunction)ffi_getwinerror,METH_VKW, ffi_getwinerror_doc}, 1117 {"init_once", (PyCFunction)ffi_init_once, METH_VKW, ffi_init_once_doc}, 1118 {"integer_const",(PyCFunction)ffi_int_const,METH_VKW, ffi_int_const_doc}, 1120 {"memmove", (PyCFunction)ffi_memmove, METH_VKW, ffi_memmove_doc}, [all …]
|