Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_pickle.c2357 _save_bytes_data(PicklerObject *self, PyObject *obj, const char *data, in _save_bytes_data() function
2450 return _save_bytes_data(self, obj, PyBytes_AS_STRING(obj), in save_bytes()
2553 return _save_bytes_data(self, obj, (const char*) view->buf, in save_picklebuffer()