MCPcopy Index your code
hub / github.com/python/cpython / readline

Method readline

Lib/wsgiref/types.py:36–36  ·  view source on GitHub ↗
(self, size: int = ..., /)

Source from the content-addressed store, hash-verified

34 """WSGI input stream as defined in PEP 3333"""
35 def read(self, size: int = ..., /) -> bytes: ...
36 def readline(self, size: int = ..., /) -> bytes: ...
37 def readlines(self, hint: int = ..., /) -> list[bytes]: ...
38 def __iter__(self) -> Iterator[bytes]: ...
39

Callers 1

handleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected