twisted / pydoctor

This is pydoctor, an API documentation generator that works by static analysis.
https://pydoctor.readthedocs.io/
Other
179 stars 47 forks source link

Little fix for re-export names imported from package wildcard #761

Closed tristanlatr closed 5 months ago

tristanlatr commented 5 months ago

Fixes #604

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (662eafa) 92.69% compared to head (2bf14a9) 92.69%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #761 +/- ## ======================================= Coverage 92.69% 92.69% ======================================= Files 47 47 Lines 8285 8285 Branches 1826 1826 ======================================= Hits 7680 7680 Misses 347 347 Partials 258 258 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 5 months ago

According to pydoctor_primer, this change doesn't affect pydoctor warnings on a corpus of open source code. ✅

github-actions[bot] commented 5 months ago

According to pydoctor_primer, this change doesn't affect pydoctor warnings on a corpus of open source code. ✅

tristanlatr commented 5 months ago

I was sure this would fix some warnings…