Searched refs:_Pickle_FastCall (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/ |
D | _pickle.c | 348 _Pickle_FastCall(PyObject *func, PyObject *obj) in _Pickle_FastCall() function 999 result = _Pickle_FastCall(self->write, output); in _Pickler_FlushToFile() 1248 data = _Pickle_FastCall(self->peek, len); in _Unpickler_ReadFromFile() 1267 data = _Pickle_FastCall(self->read, len); in _Unpickler_ReadFromFile() 4066 reduce_value = _Pickle_FastCall(reduce_func, obj); in save() 4093 reduce_value = _Pickle_FastCall(reduce_func, proto); in save() 6013 result = _Pickle_FastCall(extend_func, slice); in do_append() 6032 result = _Pickle_FastCall(append_func, value); in do_append() 6160 result = _Pickle_FastCall(add_func, item); in load_additems() 6202 result = _Pickle_FastCall(setstate, state); in load_build()
|