Skip to content

Commit

Permalink
Add to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
XuanWang-Amos committed Jan 9, 2024
1 parent 3cf661e commit 49321c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/python/grpcio/grpc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,8 @@ def unary_unary(
response_deserializer: Optional :term:`deserializer` for deserializing the
response message. Response goes undeserialized in case None
is passed.
_registered_method: Internal Only. A bool representing whether the method
is registered.
Returns:
A UnaryUnaryMultiCallable value for the named unary-unary method.
Expand All @@ -1038,6 +1040,8 @@ def unary_stream(
response_deserializer: Optional :term:`deserializer` for deserializing the
response message. Response goes undeserialized in case None is
passed.
_registered_method: Internal Only. A bool representing whether the method
is registered.
Returns:
A UnaryStreamMultiCallable value for the name unary-stream method.
Expand All @@ -1061,6 +1065,8 @@ def stream_unary(
response_deserializer: Optional :term:`deserializer` for deserializing the
response message. Response goes undeserialized in case None is
passed.
_registered_method: Internal Only. A bool representing whether the method
is registered.
Returns:
A StreamUnaryMultiCallable value for the named stream-unary method.
Expand All @@ -1084,6 +1090,8 @@ def stream_stream(
response_deserializer: Optional :term:`deserializer` for deserializing the
response message. Response goes undeserialized in case None
is passed.
_registered_method: Internal Only. A bool representing whether the method
is registered.
Returns:
A StreamStreamMultiCallable value for the named stream-stream method.
Expand Down

0 comments on commit 49321c8

Please sign in to comment.