MCPcopy Index your code
hub / github.com/python/cpython / tell

Method tell

Lib/wave.py:173–176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

171 self.size_read = pos
172
173 def tell(self):
174 if self.closed:
175 raise ValueError("I/O operation on closed file")
176 return self.size_read
177
178 def read(self, size=-1):
179 """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