massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / symbol.pyi
1 # Stubs for symbol (Python 2)\r
2 \r
3 from typing import Dict\r
4 \r
5 single_input = ...  # type: int\r
6 file_input = ...  # type: int\r
7 eval_input = ...  # type: int\r
8 decorator = ...  # type: int\r
9 decorators = ...  # type: int\r
10 decorated = ...  # type: int\r
11 funcdef = ...  # type: int\r
12 parameters = ...  # type: int\r
13 varargslist = ...  # type: int\r
14 fpdef = ...  # type: int\r
15 fplist = ...  # type: int\r
16 stmt = ...  # type: int\r
17 simple_stmt = ...  # type: int\r
18 small_stmt = ...  # type: int\r
19 expr_stmt = ...  # type: int\r
20 augassign = ...  # type: int\r
21 print_stmt = ...  # type: int\r
22 del_stmt = ...  # type: int\r
23 pass_stmt = ...  # type: int\r
24 flow_stmt = ...  # type: int\r
25 break_stmt = ...  # type: int\r
26 continue_stmt = ...  # type: int\r
27 return_stmt = ...  # type: int\r
28 yield_stmt = ...  # type: int\r
29 raise_stmt = ...  # type: int\r
30 import_stmt = ...  # type: int\r
31 import_name = ...  # type: int\r
32 import_from = ...  # type: int\r
33 import_as_name = ...  # type: int\r
34 dotted_as_name = ...  # type: int\r
35 import_as_names = ...  # type: int\r
36 dotted_as_names = ...  # type: int\r
37 dotted_name = ...  # type: int\r
38 global_stmt = ...  # type: int\r
39 exec_stmt = ...  # type: int\r
40 assert_stmt = ...  # type: int\r
41 compound_stmt = ...  # type: int\r
42 if_stmt = ...  # type: int\r
43 while_stmt = ...  # type: int\r
44 for_stmt = ...  # type: int\r
45 try_stmt = ...  # type: int\r
46 with_stmt = ...  # type: int\r
47 with_item = ...  # type: int\r
48 except_clause = ...  # type: int\r
49 suite = ...  # type: int\r
50 testlist_safe = ...  # type: int\r
51 old_test = ...  # type: int\r
52 old_lambdef = ...  # type: int\r
53 test = ...  # type: int\r
54 or_test = ...  # type: int\r
55 and_test = ...  # type: int\r
56 not_test = ...  # type: int\r
57 comparison = ...  # type: int\r
58 comp_op = ...  # type: int\r
59 expr = ...  # type: int\r
60 xor_expr = ...  # type: int\r
61 and_expr = ...  # type: int\r
62 shift_expr = ...  # type: int\r
63 arith_expr = ...  # type: int\r
64 term = ...  # type: int\r
65 factor = ...  # type: int\r
66 power = ...  # type: int\r
67 atom = ...  # type: int\r
68 listmaker = ...  # type: int\r
69 testlist_comp = ...  # type: int\r
70 lambdef = ...  # type: int\r
71 trailer = ...  # type: int\r
72 subscriptlist = ...  # type: int\r
73 subscript = ...  # type: int\r
74 sliceop = ...  # type: int\r
75 exprlist = ...  # type: int\r
76 testlist = ...  # type: int\r
77 dictorsetmaker = ...  # type: int\r
78 classdef = ...  # type: int\r
79 arglist = ...  # type: int\r
80 argument = ...  # type: int\r
81 list_iter = ...  # type: int\r
82 list_for = ...  # type: int\r
83 list_if = ...  # type: int\r
84 comp_iter = ...  # type: int\r
85 comp_for = ...  # type: int\r
86 comp_if = ...  # type: int\r
87 testlist1 = ...  # type: int\r
88 encoding_decl = ...  # type: int\r
89 yield_expr = ...  # type: int\r
90 \r
91 sym_name = ...  # type: Dict[int, str]\r