Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py300 self.save_global(obj)
317 self.save_global(obj, rv)
736 def save_global(self, obj, name=None, pack=struct.pack): member in Pickler
776 dispatch[ClassType] = save_global
777 dispatch[FunctionType] = save_global
778 dispatch[BuiltinFunctionType] = save_global
779 dispatch[TypeType] = save_global
/external/python/cpython2/Modules/
DcPickle.c2177 save_global(Picklerobject *self, PyObject *args, PyObject *name) in save_global() function
2692 res = save_global(self, args, NULL); in save()
2720 res = save_global(self, args, NULL); in save()
2727 res = save_global(self, args, NULL); in save()
2739 res = save_global(self, args, NULL); in save()
2767 res = save_global(self, args, NULL); in save()
2807 res = save_global(self, args, t); in save()