MCPcopy 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
closeMethod · 0.45
__init__Method · 0.45
closeMethod · 0.45

Calls 1

skipMethod · 0.95

Tested by

no test coverage detected