MCPcopy Create free account
hub / github.com/TextGeneratorio/text-generator.io / reload_module

Function reload_module

tests/test_logging_config.py:15–16  ·  view source on GitHub ↗
(module: ModuleType)

Source from the content-addressed store, hash-verified

13
14
15def reload_module(module: ModuleType) -> ModuleType:
16 return importlib.reload(module)
17
18
19def test_setup_logging_basic(monkeypatch):

Callers 3

test_setup_logging_basicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected