DEBSOURCES
Skip Quicknav
sources / python-cleo / 2.2.1-4 / tests / fixtures / exceptions / nested2.py
12345678
from tests.fixtures.exceptions.nested1 import outer def call() -> None: def run() -> None: outer() run()