DEBSOURCES
Skip Quicknav
sources / app-model / 0.5.1-1 / tests / fixtures / fake_module.py
1234567891011
from unittest.mock import Mock GLOBAL_MOCK = Mock(name="GLOBAL") def run_me() -> bool: GLOBAL_MOCK() return True attr = "not a callble"