Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio/grpc/
D_simple_stubs.py175 options: Sequence[Tuple[AnyStr, AnyStr]] = (), argument
256 options: Sequence[Tuple[AnyStr, AnyStr]] = (), argument
336 options: Sequence[Tuple[AnyStr, AnyStr]] = (), argument
416 options: Sequence[Tuple[AnyStr, AnyStr]] = (), argument
/third_party/python/Lib/
Dtyping.py2065 AnyStr = TypeVar('AnyStr', bytes, str) variable
2565 def write(self, s: AnyStr) -> int:
2569 def writelines(self, lines: List[AnyStr]) -> None: