MCPcopy
hub / github.com/PyCQA/isort / readable

Method readable

tests/unit/utils.py:12–13  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

10
11class UnreadableStream(StringIO):
12 def readable(self, *args, **kwargs) -> bool:
13 return False
14
15
16def as_stream(text: str) -> UnseekableTextIOWrapper:

Callers 1

sort_streamFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected