Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tell
Method
tell
Lib/mailbox.py:2044–2046 ·
view source on GitHub ↗
Return the position.
(self)
Source
from the content-addressed store, hash-verified
2042
yield
line
2043
2044
def
tell(self):
2045
""
"Return the position."
""
2046
return
self._pos
2047
2048
def
seek(self, offset, whence=0):
2049
""
"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