Home
last modified time | relevance | path

Searched refs:save_global (Results 1 – 5 of 5) 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/cpython3/Lib/
Dpickle.py572 self.save_global(obj)
589 self.save_global(obj, rv)
1055 def save_global(self, obj, name=None): member in _Pickler
1128 return self.save_global(obj)
1130 dispatch[FunctionType] = save_global
/external/python/cpython2/Modules/
DcPickle.c2193 save_global(Picklerobject *self, PyObject *args, PyObject *name) in save_global() function
2708 res = save_global(self, args, NULL); in save()
2736 res = save_global(self, args, NULL); in save()
2743 res = save_global(self, args, NULL); in save()
2755 res = save_global(self, args, NULL); in save()
2783 res = save_global(self, args, NULL); in save()
2823 res = save_global(self, args, t); in save()
/external/python/cpython3/Modules/
D_pickle.c3582 save_global(PicklerObject *self, PyObject *obj, PyObject *name) in save_global() function
3863 return save_global(self, obj, NULL); in save_type()
4373 status = save_global(self, obj, NULL); in save()
4412 status = save_global(self, obj, NULL); in save()
4461 status = save_global(self, obj, reduce_value); in save()
/external/python/cpython3/Tools/c-analyzer/
Dknown.tsv1277 Modules/_pickle.c save_global PyId___name__ variable _Py_IDENTIFIER(__name__)