Home
last modified time | relevance | path

Searched defs:Callable (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Lib/asyncio/
Dstaggered.py15 coro_fns: typing.Iterable[typing.Callable[[], typing.Awaitable]],
/third_party/python/Doc/library/
Dtyping.rst151 Callable chapter
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/unit/
D_simple_stubs_test.py117 def _time_invocation(to_time: Callable[[], None]) -> datetime.timedelta:
169 predicate: Callable[[], bool],
172 message: Optional[Callable[[], str]] = None) -> None:
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
D_test_base.py27 def _async_to_sync_decorator(f: Callable, loop: asyncio.AbstractEventLoop):
Dserver_interceptor_test.py66 def _filter_server_interceptor(condition: Callable,
Dcompatibility_test.py95 async def _run_in_another_thread(self, func: Callable[[], None]):
/third_party/boost/boost/poly_collection/detail/
Dcallable_wrapper.hpp78 static table* info(Callable&)noexcept in info() argument
/third_party/python/Lib/test/
Dinspect_fodder.py84 class Callable: class
Dtest_weakref.py28 class Callable: class
Dtest_typing.py490 def foo(a: Callable[..., T]):
2516 def foo(a: 'Callable[..., T]'):
/third_party/abseil-cpp/absl/meta/
Dtype_traits_test.cc374 struct Callable { in TEST() struct
375 void operator()() {} in TEST()
/third_party/python/Lib/unittest/test/testmock/
Dtesthelpers.py795 class Callable(object): class
1077 class Callable: class
/third_party/python/Lib/
D_collections_abc.py398 class Callable(metaclass=ABCMeta): class
Dtyping.py1449 Callable = _VariadicGenericAlias(collections.abc.Callable, (), special=True) variable