Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py436 def save_bool(self, obj): member in Pickler
441 dispatch[bool] = save_bool
/external/python/cpython3/Lib/
Dpickle.py744 def save_bool(self, obj): member in _Pickler
749 dispatch[bool] = save_bool
/external/python/cpython2/Modules/
DcPickle.c1015 save_bool(Picklerobject *self, PyObject *args) in save_bool() function
2623 res = save_bool(self, args); in save()
/external/python/cpython3/Modules/
D_pickle.c2058 save_bool(PicklerObject *self, PyObject *obj) in save_bool() function
4294 return save_bool(self, obj); in save()