t234.py.symtab 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. Sym_type: module
  2. Sym_name: top
  3. Sym_lineno: 0
  4. Sym_nested: False
  5. Sym_haschildren: True
  6. -- Identifiers --
  7. name: cell
  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: cell
  20. Sym_lineno: 5
  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: free
  30. is_referenced: False
  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: free
  42. Sym_lineno: 4
  43. Sym_nested: False
  44. Sym_haschildren: False
  45. Func_params: []
  46. Func_locals: []
  47. Func_globals: []
  48. Func_frees: []
  49. -- Identifiers --
  50. ]
  51. name: gbl
  52. is_referenced: False
  53. is_imported: False
  54. is_parameter: False
  55. is_global: False
  56. is_declared_global: False
  57. is_local: True
  58. is_free: False
  59. is_assigned: True
  60. is_namespace: True
  61. namespaces: [
  62. Sym_type: function
  63. Sym_name: gbl
  64. Sym_lineno: 3
  65. Sym_nested: False
  66. Sym_haschildren: False
  67. Func_params: []
  68. Func_locals: []
  69. Func_globals: []
  70. Func_frees: []
  71. -- Identifiers --
  72. ]
  73. name: gen
  74. is_referenced: False
  75. is_imported: False
  76. is_parameter: False
  77. is_global: False
  78. is_declared_global: False
  79. is_local: True
  80. is_free: False
  81. is_assigned: True
  82. is_namespace: True
  83. namespaces: [
  84. Sym_type: function
  85. Sym_name: gen
  86. Sym_lineno: 6
  87. Sym_nested: False
  88. Sym_haschildren: False
  89. Func_params: []
  90. Func_locals: []
  91. Func_globals: []
  92. Func_frees: []
  93. -- Identifiers --
  94. ]
  95. name: loc
  96. is_referenced: False
  97. is_imported: False
  98. is_parameter: False
  99. is_global: False
  100. is_declared_global: False
  101. is_local: True
  102. is_free: False
  103. is_assigned: True
  104. is_namespace: True
  105. namespaces: [
  106. Sym_type: function
  107. Sym_name: loc
  108. Sym_lineno: 2
  109. Sym_nested: False
  110. Sym_haschildren: False
  111. Func_params: []
  112. Func_locals: []
  113. Func_globals: []
  114. Func_frees: []
  115. -- Identifiers --
  116. ]
  117. name: package
  118. is_referenced: True
  119. is_imported: False
  120. is_parameter: False
  121. is_global: False
  122. is_declared_global: False
  123. is_local: True
  124. is_free: False
  125. is_assigned: True
  126. is_namespace: True
  127. namespaces: [
  128. Sym_type: function
  129. Sym_name: package
  130. Sym_lineno: 10
  131. Sym_nested: False
  132. Sym_haschildren: False
  133. Func_params: []
  134. Func_locals: ['cell', 'gbl', 'instanceof', 'loc', 'static']
  135. Func_globals: ['package', 'true', 'var', 'volatile']
  136. Func_frees: []
  137. -- Identifiers --
  138. name: cell
  139. is_referenced: True
  140. is_imported: False
  141. is_parameter: False
  142. is_global: False
  143. is_declared_global: False
  144. is_local: True
  145. is_free: False
  146. is_assigned: True
  147. is_namespace: False
  148. namespaces: [
  149. ]
  150. name: gbl
  151. is_referenced: True
  152. is_imported: False
  153. is_parameter: False
  154. is_global: False
  155. is_declared_global: False
  156. is_local: True
  157. is_free: False
  158. is_assigned: True
  159. is_namespace: False
  160. namespaces: [
  161. ]
  162. name: instanceof
  163. is_referenced: True
  164. is_imported: False
  165. is_parameter: False
  166. is_global: False
  167. is_declared_global: False
  168. is_local: True
  169. is_free: False
  170. is_assigned: True
  171. is_namespace: False
  172. namespaces: [
  173. ]
  174. name: loc
  175. is_referenced: True
  176. is_imported: False
  177. is_parameter: False
  178. is_global: False
  179. is_declared_global: False
  180. is_local: True
  181. is_free: False
  182. is_assigned: True
  183. is_namespace: False
  184. namespaces: [
  185. ]
  186. name: package
  187. is_referenced: True
  188. is_imported: False
  189. is_parameter: False
  190. is_global: True
  191. is_declared_global: False
  192. is_local: False
  193. is_free: False
  194. is_assigned: False
  195. is_namespace: False
  196. namespaces: [
  197. ]
  198. name: static
  199. is_referenced: True
  200. is_imported: False
  201. is_parameter: False
  202. is_global: False
  203. is_declared_global: False
  204. is_local: True
  205. is_free: False
  206. is_assigned: True
  207. is_namespace: False
  208. namespaces: [
  209. ]
  210. name: true
  211. is_referenced: True
  212. is_imported: False
  213. is_parameter: False
  214. is_global: True
  215. is_declared_global: False
  216. is_local: False
  217. is_free: False
  218. is_assigned: False
  219. is_namespace: False
  220. namespaces: [
  221. ]
  222. name: var
  223. is_referenced: True
  224. is_imported: False
  225. is_parameter: False
  226. is_global: True
  227. is_declared_global: False
  228. is_local: False
  229. is_free: False
  230. is_assigned: False
  231. is_namespace: False
  232. namespaces: [
  233. ]
  234. name: volatile
  235. is_referenced: True
  236. is_imported: False
  237. is_parameter: False
  238. is_global: True
  239. is_declared_global: False
  240. is_local: False
  241. is_free: False
  242. is_assigned: False
  243. is_namespace: False
  244. namespaces: [
  245. ]
  246. ]
  247. name: true
  248. is_referenced: False
  249. is_imported: False
  250. is_parameter: False
  251. is_global: False
  252. is_declared_global: False
  253. is_local: True
  254. is_free: False
  255. is_assigned: True
  256. is_namespace: True
  257. namespaces: [
  258. Sym_type: function
  259. Sym_name: true
  260. Sym_lineno: 7
  261. Sym_nested: False
  262. Sym_haschildren: False
  263. Func_params: []
  264. Func_locals: []
  265. Func_globals: []
  266. Func_frees: []
  267. -- Identifiers --
  268. ]
  269. name: var
  270. is_referenced: False
  271. is_imported: False
  272. is_parameter: False
  273. is_global: False
  274. is_declared_global: False
  275. is_local: True
  276. is_free: False
  277. is_assigned: True
  278. is_namespace: True
  279. namespaces: [
  280. Sym_type: function
  281. Sym_name: var
  282. Sym_lineno: 8
  283. Sym_nested: False
  284. Sym_haschildren: False
  285. Func_params: []
  286. Func_locals: []
  287. Func_globals: []
  288. Func_frees: []
  289. -- Identifiers --
  290. ]
  291. name: volatile
  292. is_referenced: False
  293. is_imported: False
  294. is_parameter: False
  295. is_global: False
  296. is_declared_global: False
  297. is_local: True
  298. is_free: False
  299. is_assigned: True
  300. is_namespace: True
  301. namespaces: [
  302. Sym_type: function
  303. Sym_name: volatile
  304. Sym_lineno: 9
  305. Sym_nested: False
  306. Sym_haschildren: False
  307. Func_params: []
  308. Func_locals: []
  309. Func_globals: []
  310. Func_frees: []
  311. -- Identifiers --
  312. ]