Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ write
Method
write
Lib/test/test_codecs.py:66–67 ·
view source on GitHub ↗
(self, chars)
Source
from the content-addressed store, hash-verified
64
self._buffer = buffer
65
66
def
write(self, chars):
67
self._buffer += chars
68
69
def
read(self, size=-1):
70
if
size<0:
Callers
12
check_partial
Method · 0.95
test_basics
Method · 0.95
test_readlinequeue
Method · 0.45
test_only_one_bom
Method · 0.45
test_only_one_bom
Method · 0.45
test_bug691291
Method · 0.45
test_stream_bom
Method · 0.45
test_stream_bare
Method · 0.45
test_basic
Method · 0.45
test_seek0
Method · 0.45
test_code_page_decode_flags
Method · 0.45
test_seeking_write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected