Change some text to Implementation Private

What was there trips some tooling and will cause some repo maintenance issues going forward

PiperOrigin-RevId: 596992313
pull/35490/head
Craig Tiller 1 year ago committed by Copybara-Service
parent 745a61222d
commit 6872a7a473
  1. 8
      src/python/grpcio/grpc/__init__.py

@ -1015,7 +1015,7 @@ class Channel(abc.ABC):
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
_registered_method: Implementation Private. A bool representing whether the method
is registered.
Returns:
@ -1040,7 +1040,7 @@ class Channel(abc.ABC):
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
_registered_method: Implementation Private. A bool representing whether the method
is registered.
Returns:
@ -1065,7 +1065,7 @@ class Channel(abc.ABC):
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
_registered_method: Implementation Private. A bool representing whether the method
is registered.
Returns:
@ -1090,7 +1090,7 @@ class Channel(abc.ABC):
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
_registered_method: Implementation Private. A bool representing whether the method
is registered.
Returns:

Loading…
Cancel
Save