Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c944 fast_save_enter(Picklerobject *self, PyObject *obj) in fast_save_enter() function
1725 if (self->fast && !fast_save_enter(self, args)) in save_list()
1977 if (self->fast && !fast_save_enter(self, args)) in save_dict()
2043 if (self->fast && !fast_save_enter(self, args)) in save_inst()