Home
last modified time | relevance | path

Searched refs:ContextManager (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A Dtestenv.py31 from contextlib import AbstractContextManager as ContextManager unknown
33 from typing import ContextManager
61 class TestEnv(ContextManager['TestEnv']):
H A Dtestrunner.py34 from contextlib import AbstractContextManager as ContextManager unknown
36 from typing import ContextManager
60 class LastElapsedTime(ContextManager['LastElapsedTime']):
115 class TestRunner(ContextManager['TestRunner']):