Defines a simple helper to populate a module’s __all__.
fsc.export.
export
Adds the decorated object to its module’s __all__.
__all__
name (str) – Optional parameter to overwrite the object’s name that is written to __all__.
test_doc
Test whether exported objects have a non-zero docstring. This must be called before the module is imported.
enable – Determines whether the test should be enabled or disabled.