MCPcopy
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
6class UnseekableTextIOWrapper(TextIOWrapper):
7 def seek(self, *args, **kwargs):
8 raise ValueError("underlying stream is not seekable")
9
10
11class UnreadableStream(StringIO):

Callers 13

_openMethod · 0.45
processFunction · 0.45
sort_code_stringFunction · 0.45
sort_streamFunction · 0.45
check_streamFunction · 0.45
sort_fileFunction · 0.45
_get_config_dataFunction · 0.45
test_diff_streamFunction · 0.45

Calls

no outgoing calls