module documentation
Helpers to populate attributes of Module instances.
| Function | docformat |
Undocumented |
| Function | dunder |
Undocumented |
| Function | is |
Undocumented |
| Function | public |
A name is public if it does not start by an underscore. Submodules are not imported when wildcard importing a module, so they are not listed as part of the public names. |
A name is public if it does not start by an underscore. Submodules are not imported when wildcard importing a module, so they are not listed as part of the public names.
| Parameters | |
ob:_model.Module | Undocumented |
| Returns | |
List[ | Undocumented |
| Note | |
This is used to resolve wildcard imports when no __all__ variable is
defined. | |