Files
openide/python/python-psi-impl
Mikhail Golubev 2c1f92d396 [python] Cleanup in PyStringConcatenationToFormatIntention
- use more modern API where applicable
- give more descriptive names to variables and methods
- remove unnecessary abstraction of Lists as Collections
- remove a usage of PyClassTypeImpl
- remove a redundant counter variable
- remove casts
- remove now discouraged final modifiers
- add nullability annotations

GitOrigin-RevId: bfcd08760d1901417a6f662f8ea0205351fd28e5
2024-02-07 17:34:54 +00:00
..