MCPcopy 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

1import os
2from io import BufferedReader, BytesIO, FileIO, RawIOBase, StringIO, TextIOWrapper
3
4from testutils import assert_raises

Callers

nothing calls this directly

Calls 14

FileIOClass · 0.90
BufferedReaderClass · 0.90
assert_raisesFunction · 0.90
TextIOWrapperClass · 0.90
lenFunction · 0.85
isinstanceFunction · 0.85
MinimalRawClass · 0.85
Gh6588Class · 0.85
seekableMethod · 0.45
readMethod · 0.45
openMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected