cornflakes.patch_module
- cornflakes.patch_module(module)
Method to overwrite module with all submodules in a generic way.
Overwrite names from submodules declared in __all__ to parent module.
Overwrite doc_string and adds auto summary with objects defined in __all__.
- Parameter:
module (str) –