Home
last modified time | relevance | path

Searched defs:dumps (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Lib/test/test_json/
D__init__.py20 dumps = staticmethod(pyjson.dumps) variable in PyTest
28 dumps = staticmethod(cjson.dumps) variable in CTest
/third_party/python/Lib/test/
Dtest_pickletools.py10 def dumps(self, arg, proto=None, **kwargs): member in OptimizedPickleTests
Dtest_pickle.py37 dumps = staticmethod(pickle._dumps) variable in PyPickleTests
63 def dumps(self, arg, proto=None, **kwargs): member in PyPicklerTests
84 def dumps(self, arg, protocol=None, **kwargs): member in InMemoryPickleTests
95 def dumps(self, arg, proto=None): member in PersistentPicklerUnpicklerMixin
Dpickletester.py3374 def check_dumps_loads_oob_buffers(self, dumps, loads): argument
3404 def dumps(obj, **kwargs): function
3782 def dumps(obj, protocol=None): function
3795 def dumps(obj, protocol=None): function
3805 def _test_dispatch_table(self, dumps, dispatch_table): argument
Dtest_descr.py5252 def __init__(self, proto, dumps, loads): argument
/third_party/python/Lib/ctypes/test/
Dtest_pickling.py18 def dumps(self, item): member in PickleTest
/third_party/python/Lib/json/
D__init__.py183 def dumps(obj, *, skipkeys=False, ensure_ascii=True, check_circular=True, function
/third_party/python/Lib/multiprocessing/
Dreduction.py49 def dumps(cls, obj, protocol=None): member in ForkingPickler
Dconnection.py766 def __init__(self, conn, dumps, loads): argument
/third_party/python/Lib/xmlrpc/
Dclient.py493 def dumps(self, values): member in Marshaller
944 def dumps(params, methodname=None, methodresponse=None, encoding=None, function
/third_party/python/Lib/idlelib/
Drpc.py57 def dumps(obj, protocol=None): function
/third_party/python/Lib/
Dplistlib.py897 def dumps(value, *, fmt=FMT_XML, skipkeys=False, sort_keys=True): function
Dpickle.py1790 dump, dumps, load, loads = _dump, _dumps, _load, _loads variable