google / pytype

A static type analyzer for Python code
https://google.github.io/pytype
Other
4.78k stars 280 forks source link

Make pytd printer resilient to `visitors.RemoveNamePrefix()` #1796

Closed copybara-service[bot] closed 1 month ago

copybara-service[bot] commented 1 month ago

Make pytd printer resilient to visitors.RemoveNamePrefix()

Make it still correctly skip type annotations for self/cls parameters.

After visitors.RemoveNamePrefix() is applied, class names don't exactly match the expectation that it had, so this needed to be fixed.