Searched defs:FutureFromCallType (Results 1 – 1 of 1) sorted by relevance
72 class FutureFromCallType(grpc.Call, grpc.Future): class271 futures: Mapping[int, Tuple[FutureFromCallType, str]],288 rpc_id: int, future: FutureFromCallType, method: str, print_response: bool333 rpc_futures: Mapping[int, FutureFromCallType], print_response: bool argument