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

Method readable

Lib/typing.py:3595–3596  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3593
3594 @abstractmethod
3595 def readable(self) -> bool:
3596 pass
3597
3598 @abstractmethod
3599 def readline(self, limit: int = -1) -> AnyStr:

Callers 1

file_digestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected