Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyCQA/isort
/ seek
Method
seek
tests/unit/utils.py:7–8 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
5
6
class
UnseekableTextIOWrapper(TextIOWrapper):
7
def
seek(self, *args, **kwargs):
8
raise
ValueError(
"underlying stream is not seekable"
)
9
10
11
class
UnreadableStream(StringIO):
Callers
13
_open
Method · 0.45
process
Function · 0.45
sort_code_string
Function · 0.45
sort_stream
Function · 0.45
check_stream
Function · 0.45
_in_memory_output_stream_context
Function · 0.45
sort_file
Function · 0.45
_get_config_data
Function · 0.45
test_colored_printer_diff_output
Function · 0.45
test_isort_provides_official_api_for_diff_output_issue_1335
Function · 0.45
test_api_to_allow_custom_diff_and_output_stream_1583
Function · 0.45
test_diff_stream
Function · 0.45
Calls
no outgoing calls
Tested by
5
test_colored_printer_diff_output
Function · 0.36
test_isort_provides_official_api_for_diff_output_issue_1335
Function · 0.36
test_api_to_allow_custom_diff_and_output_stream_1583
Function · 0.36
test_diff_stream
Function · 0.36
test_windows_diff_too_large_misrepresentative_issue_1348
Function · 0.36