Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ close
Method
close
Lib/wave.py:136–141 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
134
return
self.chunkname
135
136
def
close(self):
137
if
not self.closed:
138
try
:
139
self.skip()
140
finally:
141
self.closed = True
142
143
def
seek(self, pos, whence=0):
144
""
"Seek to specified position into the chunk.
Callers
4
__init__
Method · 0.45
close
Method · 0.45
__init__
Method · 0.45
close
Method · 0.45
Calls
1
skip
Method · 0.95
Tested by
no test coverage detected