Files
Semyon Proshev 0e377b5dc6 PY-21651 Fixed: Unresolved reference for attributes created by with statements
Visit with-statements while collecting targets inside `__int__` and `__new__` methods
2017-02-07 13:51:25 +03:00

3 lines
39 B
Python

from foo import Foo
print(Foo().scope)