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
references:
- kind: "import_statement"
reference_kind: "import"
name_field: null
special: "python_import"
- kind: "import_from_statement"
reference_kind: "import"
name_field: null
special: "python_import_from"
- kind: "call"
reference_kind: "call"
name_field: "function"
special: null
- kind: "call"
reference_kind: "callback"
name_field: null
special: "callback_args"
- kind: "class_definition"
reference_kind: "inherits"
name_field: null
special: "python_class_bases"
scope_containers:
- kind: "class_definition"
name_field: "name"
body_field: "body"
- kind: "function_definition"
name_field: "name"
body_field: "body"
- kind: "async_function_definition"
name_field: "name"
body_field: "body"
unwrap_nodes:
- "decorated_definition"