Searched refs:append_method (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/libuv/generator/ |
H A D | wrapper_generator.py | 206 def append_method(method_type: str, name: str, arguments_list: List[str], function 263 append_method(method_type, name, arguments_list, header, source)
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | cPickle.c | 4422 PyObject *value = 0, *list = 0, *append_method = 0; in do_append() local 4445 if (!( append_method = PyObject_GetAttr(list, append_str))) in do_append() 4455 junk = PyObject_Call(append_method, self->arg, in do_append() 4462 Py_DECREF(append_method); in do_append() 4468 Py_DECREF(append_method); in do_append()
|