Searched defs:__match_args__ (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_patma.py | 2117 __match_args__ = ("a", "b") variable in TestPatma.test_patma_200.Class 2130 __match_args__ = ("a", "b") variable in TestPatma.test_patma_201.Class 2143 __match_args__ = "a", "b" variable in TestPatma.test_patma_202.Parent 2145 __match_args__ = ("c", "d") variable in TestPatma.test_patma_202.Child 2158 __match_args__ = ("a", "b") variable in TestPatma.test_patma_203.Parent 2160 __match_args__ = "c", "d" variable in TestPatma.test_patma_203.Child 2944 __match_args__ = () variable in TestTypeErrors.test_accepts_positional_subpatterns_0.Class 2966 __match_args__ = ("a", "a") variable in TestTypeErrors.test_got_multiple_subpatterns_for_attribute_0.Class 2980 __match_args__ = ("a",) variable in TestTypeErrors.test_got_multiple_subpatterns_for_attribute_1.Class 2994 __match_args__ = (None,) variable in TestTypeErrors.test_match_args_elements_must_be_strings.Class [all …]
|
D | test_dataclasses.py | 3589 __match_args__ = ma variable in TestMatchArgs.test_explicit_match_args.C 3609 __match_args__ = ('b',) variable in TestMatchArgs.test_match_args_argument.Y
|
/external/python/cpython3/Include/internal/ |
D | pycore_ast_state.h | 149 PyObject *__match_args__; member
|