Searched refs:save_unicode (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/ |
D | pickle.py | 498 def save_unicode(self, obj, pack=struct.pack): member in Pickler 508 dispatch[UnicodeType] = save_unicode
|
/external/python/cpython2/Modules/ |
D | cPickle.c | 1411 save_unicode(Picklerobject *self, PyObject *args, int doput) in save_unicode() function 2665 res = save_unicode(self, args, 0); in save() 2696 res = save_unicode(self, args, 1); in save()
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 2422 save_unicode(PicklerObject *self, PyObject *obj) in save_unicode() function 4002 status = save_unicode(self, obj); in save()
|