Home
last modified time | relevance | path

Searched defs:AnyStr (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/python/grpcio/grpc/
D_simple_stubs.py234 options: Sequence[Tuple[AnyStr, AnyStr]] = (), argument
326 options: Sequence[Tuple[AnyStr, AnyStr]] = (), argument
417 options: Sequence[Tuple[AnyStr, AnyStr]] = (), argument
508 options: Sequence[Tuple[AnyStr, AnyStr]] = (), argument
D_common.py67 def encode(s: AnyStr) -> bytes:
74 def decode(b: AnyStr) -> str:
/third_party/grpc/src/python/grpcio_observability/grpc_observability/
D_open_telemetry_plugin.py61 self, labels: Dict[str, AnyStr] argument
D_open_telemetry_observability.py198 labels: Dict[str, AnyStr], argument
308 def decode_labels(labels: Dict[str, AnyStr]) -> Dict[str, str]: argument
/third_party/grpc/src/python/grpcio_csm_observability/grpc_csm_observability/
D_csm_observability_plugin.py150 def deserialize_labels(labels: Dict[str, AnyStr]) -> Dict[str, AnyStr]: argument
/third_party/grpc/src/python/grpcio_tests/tests/observability/
D_observability_plugin_test.py135 self, labels: Dict[str, AnyStr] argument
/third_party/python/Lib/
Dtyping.py2667 AnyStr = TypeVar('AnyStr', bytes, str) variable
3264 def write(self, s: AnyStr) -> int:
3268 def writelines(self, lines: List[AnyStr]) -> None: