This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
mirror of
https://github.com/astral-sh/ruff
Watch
1
Star
0
Fork
You've already forked ruff
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7ca3571194
ruff
/
crates
/
red_knot_python_semantic
/
resources
/
mdtest
/
attributes.md
172 B
Raw
Blame
History
Class attributes
Union of attributes
if
flag
:
class
C
:
x
=
1
else
:
class
C
:
x
=
2
reveal_type
(
C
.
x
)
# revealed: Literal[1, 2]