You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pyrefly check test.py
ERROR Instance-only attribute `__name__` of class `Foo` is not visible on the class [missing-attribute]
--> test.py:7:7
|
8 | print(Foo.__name__)
| ^^^^^^^^^^^^
|
INFO 1 error
Describe the Bug
Example:
Runtime result:
pyrefly check result:
Sandbox Link
sandbox link
(Only applicable for extension issues) IDE Information
No response