| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/libexec/oracle-cloud-agent/plugins/osms/grpc/aio/ |
Upload File : |
a
K��f� � @ s& d Z ddlmZ ddlmZ ddlmZmZmZmZm Z m
Z
ddlZddlm
Z
ddlmZ dd lmZ dd
lmZ ddlmZ dZG d
d� ded�ZG dd� deed�ZG dd� deeef eed�ZG dd� deeef eed�ZG dd� deeef eed�ZG dd� deeef eed�ZdS )z�Abstract base classes for client-side Call objects.
Call objects represents the RPC itself, and offer methods to access / modify
its information. They also offer methods to manipulate the life-cycle of the
RPC, e.g. cancellation.
� )�ABCMeta)�abstractmethod)�Any�
AsyncIterator� Generator�Generic�Optional�UnionN� )�Metadata)�DoneCallbackType)�EOFType)�RequestType)�ResponseType)�
RpcContext�Call�UnaryUnaryCall�UnaryStreamCallc @ sp e Zd ZdZeed�dd��Zeed�dd��Zeee d�dd��Z
eed�d d
��Zeedd�d
d��Z
dS )r z,Provides RPC-related information and action.��returnc C s dS )z�Return True if the RPC is cancelled.
The RPC is cancelled when the cancellation was requested with cancel().
Returns:
A bool indicates whether the RPC is cancelled or not.
N� ��selfr r �w/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/grpc/aio/_base_call.py� cancelled'