Searched defs:Callable (Results 1 – 14 of 14) sorted by relevance
| /third_party/python/Lib/asyncio/ |
| D | staggered.py | 15 coro_fns: typing.Iterable[typing.Callable[[], typing.Awaitable]],
|
| /third_party/python/Doc/library/ |
| D | typing.rst | 151 Callable chapter
|
| /third_party/grpc/src/python/grpcio_tests/tests_py3_only/unit/ |
| D | _simple_stubs_test.py | 117 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.py | 27 def _async_to_sync_decorator(f: Callable, loop: asyncio.AbstractEventLoop):
|
| D | server_interceptor_test.py | 66 def _filter_server_interceptor(condition: Callable,
|
| D | compatibility_test.py | 95 async def _run_in_another_thread(self, func: Callable[[], None]):
|
| /third_party/boost/boost/poly_collection/detail/ |
| D | callable_wrapper.hpp | 78 static table* info(Callable&)noexcept in info() argument
|
| /third_party/python/Lib/test/ |
| D | inspect_fodder.py | 84 class Callable: class
|
| D | test_weakref.py | 28 class Callable: class
|
| D | test_typing.py | 490 def foo(a: Callable[..., T]): 2516 def foo(a: 'Callable[..., T]'):
|
| /third_party/abseil-cpp/absl/meta/ |
| D | type_traits_test.cc | 374 struct Callable { in TEST() struct 375 void operator()() {} in TEST()
|
| /third_party/python/Lib/unittest/test/testmock/ |
| D | testhelpers.py | 795 class Callable(object): class 1077 class Callable: class
|
| /third_party/python/Lib/ |
| D | _collections_abc.py | 398 class Callable(metaclass=ABCMeta): class
|
| D | typing.py | 1449 Callable = _VariadicGenericAlias(collections.abc.Callable, (), special=True) variable
|