Home
last modified time | relevance | path

Searched defs:pickle (Results 1 – 17 of 17) sorted by relevance

/third_party/python/Tools/scripts/
Dpickle2db.py46 import pickle as pickle namespace
Ddb2pickle.py41 import pickle as pickle namespace
/third_party/nghttp2/doc/
DMakefile.am288 pickle: target
/third_party/libabigail/doc/manuals/
DMakefile.am73 pickle: target
/third_party/python/Lib/
Dcopyreg.py12 def pickle(ob_type, pickle_function, constructor_ob=None): function
Dpickletools.py2300 def genops(pickle): argument
2395 def dis(pickle, out=None, memo=None, indentlevel=4, annotate=0): argument
/third_party/node/tools/inspector_protocol/jinja2/
D_compat.py60 import cPickle as pickle namespace
/third_party/jinja2/
D_compat.py54 import cPickle as pickle namespace
/third_party/skia/third_party/externals/jinja2/
D_compat.py54 import cPickle as pickle namespace
/third_party/python/Doc/whatsnew/
D3.8.rst1092 pickle section in Improved Modules
D3.3.rst1715 pickle section in Improved Modules
D3.5.rst1566 pickle section in Improved Modules
D3.4.rst1219 pickle section in Improved Modules
D3.6.rst1307 pickle section in Improved Modules
/third_party/python/Lib/test/
Dtest_iter.py89 def check_iterator(self, it, seq, pickle=True): argument
102 def check_for_loop(self, expr, seq, pickle=True): argument
Dpickletester.py57 def opcode_in_pickle(code, pickle): argument
64 def count_opcode(code, pickle): argument
/third_party/python/Modules/
D_zoneinfo.c658 PyObject *pickle = PyImport_ImportModule("pickle"); in zoneinfo_reduce() local