MCPcopy Index your code
hub / github.com/RustPython/RustPython / readable

Method readable

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

Source from the content-addressed store, hash-verified

3542
3543 @abstractmethod
3544 def readable(self) -> bool:
3545 pass
3546
3547 @abstractmethod
3548 def readline(self, limit: int = -1) -> AnyStr:

Callers 1

file_digestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected