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

/external/python/cpython2/Lib/
H A Dpickle.py696 def save_inst(self, obj): member in class:Pickler
734 dispatch[InstanceType] = save_inst
/external/python/cpython2/Modules/
H A DcPickle.c2034 save_inst(Picklerobject *self, PyObject *args) function
2713 res = save_inst(self, args);

Completed in 73 milliseconds