Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/_pyrepl/
Dunix_console.py159 def _my_getstr(cap: str, optional: Literal[False] = False) -> bytes: ... function
162 def _my_getstr(cap: str, optional: bool) -> bytes | None: ... function
164 def _my_getstr(cap: str, optional: bool = False) -> bytes | None: function