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

Method tell

Lib/test/test_io.py:172–173  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

170 return -123
171
172 def tell(self):
173 return -456
174
175 def readinto(self, buf):
176 super().readinto(buf)

Callers 15

write_opsMethod · 0.45
read_opsMethod · 0.45
large_file_opsMethod · 0.45
do_testMethod · 0.45
test_append_mode_tellMethod · 0.45
_seekabsMethod · 0.45
test_write_and_rewindMethod · 0.45
test_truncateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected