Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dpickle.py789 def save_bytes(self, obj): member in _Pickler
807 dispatch[bytes] = save_bytes
840 self.save_bytes(m.tobytes())
/third_party/python/Modules/
H A D_pickle.c2403 save_bytes(PicklerObject *self, PyObject *obj) in save_bytes() function
4323 return save_bytes(self, obj); in save()

Completed in 20 milliseconds