Searched defs:_my_getstr (Results 1 – 1 of 1) sorted by relevance
159 def _my_getstr(cap: str, optional: Literal[False] = False) -> bytes: ... function162 def _my_getstr(cap: str, optional: bool) -> bytes | None: ... function164 def _my_getstr(cap: str, optional: bool = False) -> bytes | None: function