t202.py.symtab 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. Sym_type: module
  2. Sym_name: top
  3. Sym_lineno: 0
  4. Sym_nested: False
  5. Sym_haschildren: True
  6. -- Identifiers --
  7. name: func
  8. is_referenced: False
  9. is_imported: False
  10. is_parameter: False
  11. is_global: False
  12. is_declared_global: False
  13. is_local: True
  14. is_free: False
  15. is_assigned: True
  16. is_namespace: True
  17. namespaces: [
  18. Sym_type: function
  19. Sym_name: func
  20. Sym_lineno: 1
  21. Sym_nested: False
  22. Sym_haschildren: False
  23. Func_params: []
  24. Func_locals: []
  25. Func_globals: []
  26. Func_frees: []
  27. -- Identifiers --
  28. ]
  29. name: wee
  30. is_referenced: True
  31. is_imported: False
  32. is_parameter: False
  33. is_global: False
  34. is_declared_global: False
  35. is_local: True
  36. is_free: False
  37. is_assigned: True
  38. is_namespace: True
  39. namespaces: [
  40. Sym_type: function
  41. Sym_name: wee
  42. Sym_lineno: 3
  43. Sym_nested: False
  44. Sym_haschildren: False
  45. Func_params: []
  46. Func_locals: []
  47. Func_globals: ['func']
  48. Func_frees: []
  49. -- Identifiers --
  50. name: func
  51. is_referenced: True
  52. is_imported: False
  53. is_parameter: False
  54. is_global: True
  55. is_declared_global: False
  56. is_local: False
  57. is_free: False
  58. is_assigned: False
  59. is_namespace: False
  60. namespaces: [
  61. ]
  62. ]