Home
last modified time | relevance | path

Searched defs:match_args (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Ddataclasses.py885 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/
Dceval.c1038 PyObject *match_args = NULL; in match_class() local