In practice we (and many of the Python users/communities) consider underscore-prefixed members and modules (i.e. whose identifier starts with exactly one _) to be unstable, private or internal implementation detail, which will not be documented and API stability is not guarenteed.
It would be great to provide an option/tool to exclude underscored members from extract results.
In practice we (and many of the Python users/communities) consider underscore-prefixed members and modules (i.e. whose identifier starts with exactly one
_) to be unstable, private or internal implementation detail, which will not be documented and API stability is not guarenteed.It would be great to provide an option/tool to exclude underscored members from
extractresults.