MCPcopy 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

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