MCPcopy Index your code
hub / github.com/RustPython/RustPython / tell

Method tell

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

Source from the content-addressed store, hash-verified

160 self.size_read = pos
161
162 def tell(self):
163 if self.closed:
164 raise ValueError("I/O operation on closed file")
165 return self.size_read
166
167 def read(self, size=-1):
168 """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