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
2acf1cc0fd
ruff
/
crates
/
ty_python_semantic
/
resources
/
mdtest
/
literal
/
boolean.md
122 B
Raw
Blame
History
Boolean literals
reveal_type
(
True
)
# revealed: Literal[True]
reveal_type
(
False
)
# revealed: Literal[False]