Searched defs:asdict (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
D | pickletester.py | 1556 def _test_recursive_dict(self, cls, asdict=identity, minprotocol=0): argument 1577 def _test_recursive_tuple_and_dict(self, cls, asdict=identity, minprotocol=0): argument 1612 def _test_recursive_dict_key(self, cls, asdict=identity, minprotocol=0): argument 1635 def _test_recursive_tuple_and_dict_key(self, cls, asdict=identity, minprotocol=0): argument
|
/third_party/python/Lib/ |
D | dataclasses.py | 1218 def asdict(obj, *, dict_factory=dict): function
|