Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ writeframes
Method
writeframes
Lib/wave.py:587–590 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
585
self._nframeswritten = self._nframeswritten + nframes
586
587
def
writeframes(self, data):
588
self.writeframesraw(data)
589
if
self._datalength != self._datawritten:
590
self._patchheader()
591
592
def
close(self):
593
try
:
Callers
13
test_write_params
Method · 0.80
test_write
Method · 0.80
test_write_bytearray
Method · 0.80
test_write_array
Method · 0.80
test_write_memoryview
Method · 0.80
test_incompleted_write
Method · 0.80
test_multiple_writes
Method · 0.80
test_overflowed_write
Method · 0.80
test_unseekable_read
Method · 0.80
test_unseekable_write
Method · 0.80
test_unseekable_incompleted_write
Method · 0.80
test_unseekable_overflowed_write
Method · 0.80
Calls
2
writeframesraw
Method · 0.95
_patchheader
Method · 0.95
Tested by
13
test_write_params
Method · 0.64
test_write
Method · 0.64
test_write_bytearray
Method · 0.64
test_write_array
Method · 0.64
test_write_memoryview
Method · 0.64
test_incompleted_write
Method · 0.64
test_multiple_writes
Method · 0.64
test_overflowed_write
Method · 0.64
test_unseekable_read
Method · 0.64
test_unseekable_write
Method · 0.64
test_unseekable_incompleted_write
Method · 0.64
test_unseekable_overflowed_write
Method · 0.64