Date: 2025-08-01 17:04:01
Score: 0.5
Natty:
Starting 2025.2, PyCharm will show inlay hints next to reveal_type()
calls:
![a = [0] + ['']; reveal_type(a); list[str | int]](https://i.sstatic.net/2sND8YM6.png)
Reasons:
- Probably link only (1):
- Low length (1.5):
- Has code block (-0.5):
- Single line (0.5):
- High reputation (-2):
Posted by: InSync