You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

serialization_test_pb2_grpc.pyi 642 B

1234567891011121314151617181920212223
  1. """
  2. @generated by mypy-protobuf. Do not edit manually!
  3. isort:skip_file
  4. *
  5. CloudEvent Protobuf Format
  6. - Required context attributes are explicitly represented.
  7. - Optional and Extension context attributes are carried in a map structure.
  8. - Data may be represented as binary, text, or protobuf messages.
  9. """
  10. import abc
  11. import collections.abc
  12. import grpc
  13. import grpc.aio
  14. import typing
  15. _T = typing.TypeVar("_T")
  16. class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
  17. class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
  18. ...