Home
last modified time | relevance | path

Searched defs:__match_args__ (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_patma.py2117 __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 …]
Dtest_dataclasses.py3589 __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/
Dpycore_ast_state.h149 PyObject *__match_args__; member