Ejemplo n.º 1
0
 def save_buffer(self, obj):
     """Fallback to save_string"""
     Pickler.save_string(self, str(obj))
Ejemplo n.º 2
0
 def save_buffer(self, obj):
     """Fallback to save_string"""
     Pickler.save_string(self,str(obj))
Ejemplo n.º 3
0
 def save_memoryview(self, obj):
     """Fallback to save_string"""
     Pickler.save_string(self, str(obj))
Ejemplo n.º 4
0
 def save_memoryview(self, obj):
     """Fallback to save_string"""
     Pickler.save_string(self, str(obj))