Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / src / nas,5.n2.os.2 / lib / python / lib / python2.4 / test / output / test_scope
CommitLineData
86530b38
AT
1test_scope
21. simple nesting
32. extra nesting
43. simple nesting + rebinding
54. nesting with global but no free
65. nesting through class
76. nesting plus free ref to global
87. nearest enclosing scope
98. mixed freevars and cellvars
109. free variable in method
1110. recursion
1211. unoptimized namespaces
1312. lambdas
1413. UnboundLocal
1514. complex definitions
1615. scope of global statements
1716. check leaks
1817. class and global
1918. verify that locals() works
2019. var is bound and free in class
2120. interaction with trace function
2220. eval and exec with free variables
2321. list comprehension with local variables
2422. eval with free variables