Files
openide/python/python-psi-impl
Daniil Kalinin cedd61e338 PY-71002 PEP-696: Implement support for defaults in Type Parameters
The changes include:
- Inferring implicitly parameterized types for classes if they are generic classes with type parameters that have defaults.
- Inferring partially parameterized types for classes where only some of the default Type Parameters are overridden by explicit parameterization.
- Supporting both old-style and new-style generic Type Aliases, now considering defaults of Type Parameters.

GitOrigin-RevId: c3a0d7eb4a85585df9638081291ff83b850eb7f6
2024-09-07 11:11:13 +00:00
..