In Python, there are four types of scopes: LEGB (Local, Enclosing, Global, Built-in). In this chapter, we will explore how these scopes are implemented within CPython.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Inside the Python VM: Namespaces and Scopes

  • Chien-Lung Kao

摘要

In Python, there are four types of scopes: LEGB (Local, Enclosing, Global, Built-in). In this chapter, we will explore how these scopes are implemented within CPython.