diff options
Diffstat (limited to 'Lib/test/output/test_scope')
-rw-r--r-- | Lib/test/output/test_scope | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Lib/test/output/test_scope b/Lib/test/output/test_scope new file mode 100644 index 0000000..3ada943 --- /dev/null +++ b/Lib/test/output/test_scope @@ -0,0 +1,13 @@ +test_scope +1. simple nesting +2. extra nesting +3. simple nesting + rebinding +4. nesting with global but no free +5. nesting through class +6. nesting plus free ref to global +7. nearest enclosing scope +8. mixed freevars and cellvars +9. free variable in method +10. recursion +11. unoptimized namespaces +12. lambdas |