| /third_party/python/Lib/test/test_json/ |
| D | __init__.py | 20 dumps = staticmethod(pyjson.dumps) variable in PyTest 28 dumps = staticmethod(cjson.dumps) variable in CTest
|
| /third_party/python/Lib/test/ |
| D | test_pickletools.py | 10 def dumps(self, arg, proto=None, **kwargs): member in OptimizedPickleTests
|
| D | test_pickle.py | 37 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
|
| D | pickletester.py | 3374 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
|
| D | test_descr.py | 5252 def __init__(self, proto, dumps, loads): argument
|
| /third_party/python/Lib/ctypes/test/ |
| D | test_pickling.py | 18 def dumps(self, item): member in PickleTest
|
| /third_party/python/Lib/json/ |
| D | __init__.py | 183 def dumps(obj, *, skipkeys=False, ensure_ascii=True, check_circular=True, function
|
| /third_party/python/Lib/multiprocessing/ |
| D | reduction.py | 49 def dumps(cls, obj, protocol=None): member in ForkingPickler
|
| D | connection.py | 766 def __init__(self, conn, dumps, loads): argument
|
| /third_party/python/Lib/xmlrpc/ |
| D | client.py | 493 def dumps(self, values): member in Marshaller 944 def dumps(params, methodname=None, methodresponse=None, encoding=None, function
|
| /third_party/python/Lib/idlelib/ |
| D | rpc.py | 57 def dumps(obj, protocol=None): function
|
| /third_party/python/Lib/ |
| D | plistlib.py | 897 def dumps(value, *, fmt=FMT_XML, skipkeys=False, sort_keys=True): function
|
| D | pickle.py | 1790 dump, dumps, load, loads = _dump, _dumps, _load, _loads variable
|