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