MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / tell

Method tell

tools/python-3.11.9-amd64/Lib/wave.py:159–162  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

157 self.size_read = pos
158
159 def tell(self):
160 if self.closed:
161 raise ValueError("I/O operation on closed file")
162 return self.size_read
163
164 def read(self, size=-1):
165 """Read at most size bytes from the chunk.

Callers 3

__init__Method · 0.45
_write_headerMethod · 0.45
_patchheaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected