Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py498 def save_unicode(self, obj, pack=struct.pack): member in Pickler
508 dispatch[UnicodeType] = save_unicode
/external/python/cpython2/Modules/
DcPickle.c1398 save_unicode(Picklerobject *self, PyObject *args, int doput) in save_unicode() function
2649 res = save_unicode(self, args, 0); in save()
2680 res = save_unicode(self, args, 1); in save()