rreload

tollan.utils.rreload(m: module)[source]

Reload module recursively.

Different from the importlib.reload, this also reloads submodules (modules with names prefixed by m.__name__).