Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
flush
Method · 0.45
_append_message
Method · 0.45
get_message
Method · 0.45
get_bytes
Method · 0.45
get_file
Method · 0.45
_install_message
Method · 0.45
_generate_toc
Method · 0.45
_generate_toc
Method · 0.45
get_message
Method · 0.45
get_bytes
Method · 0.45
_generate_toc
Method · 0.45
_install_message
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected