Home
last modified time | relevance | path

Searched refs:save_picklebuffer (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dpickle.py825 def save_picklebuffer(self, obj): function
849 dispatch[PickleBuffer] = save_picklebuffer
/third_party/python/Modules/
H A D_pickle.c2516 save_picklebuffer(PicklerObject *self, PyObject *obj) in save_picklebuffer() function
4360 status = save_picklebuffer(self, obj); in save()

Completed in 12 milliseconds