Home
last modified time | relevance | path

Searched defs:run_until (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/cros/netprotos/
Dinterface_host.py53 def run_until(self, predicate, timeout_seconds): member in InterfaceHost
/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py109 def run_until(loop, pred, timeout=30): function