massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / lib2to3 / pygram.pyi
1 from lib2to3.pgen2.grammar import Grammar
2
3 class Symbols:
4     def __init__(self, grammar: Grammar) -> None: ...
5
6 class python_symbols(Symbols):
7     and_expr: int
8     and_test: int
9     annassign: int
10     arglist: int
11     argument: int
12     arith_expr: int
13     assert_stmt: int
14     async_funcdef: int
15     async_stmt: int
16     atom: int
17     augassign: int
18     break_stmt: int
19     classdef: int
20     comp_for: int
21     comp_if: int
22     comp_iter: int
23     comp_op: int
24     comparison: int
25     compound_stmt: int
26     continue_stmt: int
27     decorated: int
28     decorator: int
29     decorators: int
30     del_stmt: int
31     dictsetmaker: int
32     dotted_as_name: int
33     dotted_as_names: int
34     dotted_name: int
35     encoding_decl: int
36     eval_input: int
37     except_clause: int
38     exec_stmt: int
39     expr: int
40     expr_stmt: int
41     exprlist: int
42     factor: int
43     file_input: int
44     flow_stmt: int
45     for_stmt: int
46     funcdef: int
47     global_stmt: int
48     if_stmt: int
49     import_as_name: int
50     import_as_names: int
51     import_from: int
52     import_name: int
53     import_stmt: int
54     lambdef: int
55     listmaker: int
56     not_test: int
57     old_lambdef: int
58     old_test: int
59     or_test: int
60     parameters: int
61     pass_stmt: int
62     power: int
63     print_stmt: int
64     raise_stmt: int
65     return_stmt: int
66     shift_expr: int
67     simple_stmt: int
68     single_input: int
69     sliceop: int
70     small_stmt: int
71     star_expr: int
72     stmt: int
73     subscript: int
74     subscriptlist: int
75     suite: int
76     term: int
77     test: int
78     testlist: int
79     testlist1: int
80     testlist_gexp: int
81     testlist_safe: int
82     testlist_star_expr: int
83     tfpdef: int
84     tfplist: int
85     tname: int
86     trailer: int
87     try_stmt: int
88     typedargslist: int
89     varargslist: int
90     vfpdef: int
91     vfplist: int
92     vname: int
93     while_stmt: int
94     with_item: int
95     with_stmt: int
96     with_var: int
97     xor_expr: int
98     yield_arg: int
99     yield_expr: int
100     yield_stmt: int
101
102 class pattern_symbols(Symbols):
103     Alternative: int
104     Alternatives: int
105     Details: int
106     Matcher: int
107     NegatedUnit: int
108     Repeater: int
109     Unit: int
110
111 python_grammar: Grammar
112 python_grammar_no_print_statement: Grammar
113 pattern_grammar: Grammar