mypy icon indicating copy to clipboard operation
mypy copied to clipboard

Fix stub generation false reporting

Open mattangus opened this issue 1 year ago • 3 comments

A number of false function signatures were being detected by the DocStringParser. This PR fixes them that issue. The main problem I was getting was because my doc strings would have both the python and c++ signature, and the stub generator would grab parts from the c++ signature.

mattangus avatar Aug 09 '24 22:08 mattangus

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Aug 09 '24 23:08 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Aug 09 '24 23:08 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Aug 27 '24 21:08 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Nov 04 '24 16:11 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Nov 28 '24 22:11 github-actions[bot]