HomeSort by: relevance | last modified time | path
    Searched refs:WatchLogFromHere (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`
60 >>> with WatchLogFromHere("/dev/null", timeout=0.0) as watcher:
173 >>> # For `WatchLogFromHere`, `wait_for_line()` only returns without
179 ... with WatchLogFromHere(file.name, timeout=0.1) as watcher:
186 ... with WatchLogFromHere(file.name) as watcher:
201 ... with WatchLogFromHere(file.name) as watcher:
393 class WatchLogFromHere(WatchLog):
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
instance.py 23 from .log import debug, WatchLogFromStart, WatchLogFromHere
154 self, timeout: float = WatchLogFromHere.DEFAULT_TIMEOUT
155 ) -> WatchLogFromHere:
157 Return an instance of the `WatchLogFromHere` context manager for this
160 return WatchLogFromHere(self.log.path, timeout)

Completed in 23 milliseconds