TYP: Use stubtest to ensure consistency with pyi files · Issue #47760 · pandas-dev/pandas (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
Problem Description
Currently it's possible for stub files (pyi) to become out of date with the implementation (pyx, py)
pandas-dev/pandas-stubs#33 (comment)
Feature Description
stubtest is a tool that is shipped with mypy that can help compare the runtime implementation with what it finds in the stubs. For example, it found these issues (along with several others):
#47756
#47758
Alternative Solutions
I'm not aware of other tools that would work for this use case.
Additional Context
cc @twoertwein