HomeSort by: relevance | last modified time | path
    Searched refs:WatchLogFromStart (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/isctest/log/
__init__.py 26 from .watchlog import WatchLogFromStart, WatchLogFromHere
watchlog.py 38 `WatchLogFromStart` and `WatchLogFromHere`, should be used. For `named`
54 >>> with WatchLogFromStart("/dev/null") as watcher:
155 >>> # For `WatchLogFromStart`, `wait_for_line()` returns without
162 ... with WatchLogFromStart(file.name) as watcher:
167 ... with WatchLogFromStart(file.name) as watcher:
199 ... with WatchLogFromStart(file.name) as watcher:
237 ... with WatchLogFromStart(file.name) as watcher:
249 ... with WatchLogFromStart(file.name, timeout=0.1) as watcher:
261 ... with WatchLogFromStart(file.name, timeout=0.1) as watcher:
274 ... with WatchLogFromStart(file.name, timeout=0.1) as watcher
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
instance.py 23 from .log import debug, WatchLogFromStart, WatchLogFromHere
145 self, timeout: float = WatchLogFromStart.DEFAULT_TIMEOUT
146 ) -> WatchLogFromStart:
148 Return an instance of the `WatchLogFromStart` context manager for this
151 return WatchLogFromStart(self.log.path, timeout)

Completed in 39 milliseconds