cornflakes.patch_module

cornflakes.patch_module(module)

Method to overwrite module with all submodules in a generic way.

  1. Overwrite names from submodules declared in __all__ to parent module.

  2. Overwrite doc_string and adds auto summary with objects defined in __all__.

Parameter:

module (str) –