1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- Sym_type: module
- Sym_name: top
- Sym_lineno: 0
- Sym_nested: False
- Sym_haschildren: True
- -- Identifiers --
- name: test
- 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: test
- Sym_lineno: 1
- Sym_nested: False
- Sym_haschildren: True
- Func_params: []
- Func_locals: ['fnc']
- Func_globals: []
- Func_frees: []
- -- Identifiers --
- name: fnc
- 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: fnc
- Sym_lineno: 2
- Sym_nested: True
- Sym_haschildren: False
- Func_params: []
- Func_locals: []
- Func_globals: []
- Func_frees: []
- -- Identifiers --
- ]
- ]
|