Searched defs:match_args (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Lib/ |
| D | dataclasses.py | 885 match_args, kw_only, slots, weakref_slot): argument 1203 unsafe_hash=False, frozen=False, match_args=True, argument 1381 frozen=False, match_args=True, kw_only=False, slots=False, argument
|
| /external/python/cpython3/Python/ |
| D | ceval.c | 1038 PyObject *match_args = NULL; in match_class() local
|