123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- Sym_type: module
- Sym_name: top
- Sym_lineno: 0
- Sym_nested: False
- Sym_haschildren: True
- -- Identifiers --
- name: X
- is_referenced: True
- is_imported: False
- is_parameter: False
- is_global: False
- is_declared_global: False
- is_local: True
- is_free: False
- is_assigned: True
- is_namespace: True
- namespaces: [
- Sym_type: class
- Sym_name: X
- Sym_lineno: 4
- Sym_nested: False
- Sym_haschildren: True
- Class_methods: ['abc']
- -- Identifiers --
- name: abc
- is_referenced: False
- is_imported: False
- is_parameter: False
- is_global: False
- is_declared_global: False
- is_local: True
- is_free: False
- is_assigned: True
- is_namespace: True
- namespaces: [
- Sym_type: function
- Sym_name: abc
- Sym_lineno: 5
- Sym_nested: False
- Sym_haschildren: False
- Func_params: ['self']
- Func_locals: ['self']
- Func_globals: []
- Func_frees: []
- -- Identifiers --
- name: self
- is_referenced: False
- is_imported: False
- is_parameter: True
- is_global: False
- is_declared_global: False
- is_local: True
- is_free: False
- is_assigned: False
- is_namespace: False
- namespaces: [
- ]
- ]
- ]
- name: xyz
- is_referenced: True
- is_imported: False
- is_parameter: False
- is_global: False
- is_declared_global: False
- is_local: True
- is_free: False
- is_assigned: True
- is_namespace: True
- namespaces: [
- Sym_type: function
- Sym_name: xyz
- Sym_lineno: 1
- Sym_nested: False
- Sym_haschildren: False
- Func_params: []
- Func_locals: []
- Func_globals: []
- Func_frees: []
- -- Identifiers --
- ]
|