Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ close
Method
close
Lib/wave.py:147–152 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
145
return
self.chunkname
146
147
def
close(self):
148
if
not self.closed:
149
try
:
150
self.skip()
151
finally:
152
self.closed = True
153
154
def
seek(self, pos, whence=0):
155
""
"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