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

Method tell

Lib/mailbox.py:2037–2039  ·  view source on GitHub ↗

Return the position.

(self)

Source from the content-addressed store, hash-verified

2035 yield line
2036
2037 def tell(self):
2038 """Return the position."""
2039 return self._pos
2040
2041 def seek(self, offset, whence=0):
2042 """Change position."""

Callers 15

flushMethod · 0.45
_append_messageMethod · 0.45
get_messageMethod · 0.45
get_bytesMethod · 0.45
get_fileMethod · 0.45
_install_messageMethod · 0.45
_generate_tocMethod · 0.45
_generate_tocMethod · 0.45
get_messageMethod · 0.45
get_bytesMethod · 0.45
_generate_tocMethod · 0.45
_install_messageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected