Closed lukelbd closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.19%. Comparing base (
4c8e33c
) to head (8e59794
). Report is 141 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Looks good, could you rebase this, and add a test? Thanks!
This was opened from an org's fork to which maintainers can't push updates. Given the inactivity for the rebase and add test comment above, I'll go ahead and open a separate PR with 1) rebasing the commit from here, 2) cherry-pick and fixup the test from the commit mentioned in the comment above.
superseded by #165
Implements item 2 from #91. This adds and documents the
automodsumm_included_members
option, which is used to add private methods other than__init__
and__call__
to the online documentation. This is useful when creating array-like or dict-like classes, for which it would be useful to document special class methods like__setitem__
and__getitem__
.