Files
openide/python/testData/stubs
Daniil Kalinin 16d35ed4ca PY-76820 Improvements in PyTypingAliasStubType
1. Handle type aliases with the other names imported via `as`, e.g.
```
from typing import TypeAlias as TA
a: TA = list[int]
```
This is important for the conformance tests suite

2. Consider binary expressions with OR operators as type hints
3. Do not consider f-string and prefixed strings as type hints

GitOrigin-RevId: fcdf7adb7aa3b921091772c521f26c4474a3877e
2025-03-14 08:41:18 +00:00
..