HomeSort by: relevance | last modified time | path
    Searched defs:Callable (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/isctest/
query.py 12 from collections.abc import Callable
34 query_func: Callable[..., Any],
zone.py 15 from collections.abc import Callable
359 _generators: dict[str, Callable[[], PrivateKey]] = {
asyncserver.py 14 from collections.abc import AsyncGenerator, Callable, Collection, Coroutine, Sequence
45 _UdpHandler = Callable[
50 _TcpHandler = Callable[
  /src/external/mpl/bind/dist/bin/tests/system/serve_stale/
serve_stale_ans.py 14 from collections.abc import Callable, Sequence
55 # response time by a callable.
56 Delay = float | Callable[[], float]
118 if callable(self._delay):

Completed in 26 milliseconds