Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ stdlib_io.py
File
stdlib_io.py
extra_tests/snippets/stdlib_io.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
os
2
from
io
import
BufferedReader, BytesIO, FileIO, RawIOBase, StringIO, TextIOWrapper
3
4
from
testutils
import
assert_raises
Callers
nothing calls this directly
Calls
14
FileIO
Class · 0.90
BufferedReader
Class · 0.90
assert_raises
Function · 0.90
TextIOWrapper
Class · 0.90
len
Function · 0.85
isinstance
Function · 0.85
MinimalRaw
Class · 0.85
Gh6588
Class · 0.85
seekable
Method · 0.45
read
Method · 0.45
open
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected