Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ write
Method
write
Lib/test/test_codecs.py:67–68 ·
view source on GitHub ↗
(self, chars)
Source
from the content-addressed store, hash-verified
65
self._buffer = buffer
66
67
def
write(self, chars):
68
self._buffer += chars
69
70
def
read(self, size=-1):
71
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