Home
last modified time | relevance | path

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

/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: