MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / tell

Method tell

tools/python-3.11.9-amd64/Lib/mailbox.py:1966–1968  ·  view source on GitHub ↗

Return the position.

(self)

Source from the content-addressed store, hash-verified

1964 yield line
1965
1966 def tell(self):
1967 """Return the position."""
1968 return self._pos
1969
1970 def seek(self, offset, whence=0):
1971 """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