1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
symbols:
- kind: "function_definition"
symbol_kind: "function"
name_field: "name"
method_when_scoped: true
is_scope: false
special: null
- kind: "async_function_definition"
symbol_kind: "function"
name_field: "name"
method_when_scoped: true
is_scope: false
special: null
- kind: "class_definition"
symbol_kind: "class"
name_field: "name"
method_when_scoped: false
is_scope: true
special: null
- kind: "expression_statement"
symbol_kind: "constant"
name_field: "name"
method_when_scoped: false
is_scope: false
special: "python_constant"
scope_containers:
- kind: "class_definition"
name_field: "name"
body_field: "body"
is_method_scope: true
- kind: "function_definition"
name_field: "name"
body_field: "body"
is_method_scope: false
- kind: "async_function_definition"
name_field: "name"
body_field: "body"
is_method_scope: false
unwrap_nodes:
- "decorated_definition"