mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
3 lines
178 B
ReStructuredText
3 lines
178 B
ReStructuredText
Compiler populates the new ``__static_attributes__`` field on a class with
|
|
the names of attributes of this class which are accessed through self.X from
|
|
any function in its body.
|