Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
class
UnreadableStream(StringIO):
12
def
readable(self, *args, **kwargs) -> bool:
13
return
False
14
15
16
def
as_stream(text: str) -> UnseekableTextIOWrapper:
Callers
1
sort_stream
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected