skip_trait_member#
- skip_trait_member(app, what, name, obj, skip, options)#
Decide whether to skip trait autodoc.
By default, autodoc will skip traits without any ‘help’ attribute. But we can add information without docstring (default value, config path, etc.). So we implement simple custom logic here.
- Return type:
bool | None