test_scope

来自「mallet是自然语言处理、机器学习领域的一个开源项目。」· 代码 · 共 25 行

TXT
25
字号
test_scope1. simple nesting2. extra nesting3. simple nesting + rebinding4. nesting with global but no free5. nesting through class6. nesting plus free ref to global7. nearest enclosing scope8. mixed freevars and cellvars9. free variable in method10. recursion11. unoptimized namespaces12. lambdas13. UnboundLocal14. complex definitions15. scope of global statements16. check leaks17. class and global18. verify that locals() works19. var is bound and free in class20. interaction with trace function20. eval and exec with free variables21. list comprehension with local variables22. eval with free variables

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?