Home
last modified time | relevance | path

Searched defs:kwd_attrs (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast_state.h204 PyObject *kwd_attrs; member
Dpycore_ast.h590 asdl_identifier_seq *kwd_attrs; member
/third_party/python/Python/
DPython-ast.c3473 * kwd_attrs, asdl_pattern_seq * kwd_patterns, int lineno, int in _PyAST_MatchClass()
11257 asdl_identifier_seq* kwd_attrs; in obj2ast_pattern() local
Dcompile.c5915 asdl_identifier_seq *kwd_attrs = p->v.MatchClass.kwd_attrs; in compiler_pattern_class() local