Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ close
Method
close
tools/python-3.11.9-amd64/Lib/wave.py:133–138 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
131
return
self.chunkname
132
133
def
close(self):
134
if
not self.closed:
135
try
:
136
self.skip()
137
finally:
138
self.closed = True
139
140
def
seek(self, pos, whence=0):
141
""
"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