MCPcopy 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_partialMethod · 0.95
test_basicsMethod · 0.95
test_readlinequeueMethod · 0.45
test_only_one_bomMethod · 0.45
test_only_one_bomMethod · 0.45
test_bug691291Method · 0.45
test_stream_bomMethod · 0.45
test_stream_bareMethod · 0.45
test_basicMethod · 0.45
test_seek0Method · 0.45
test_seeking_writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected