Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tell
Method
tell
Lib/typing.py:3615–3616 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3613
3614
@abstractmethod
3615
def
tell(self) -> int:
3616
pass
3617
3618
@abstractmethod
3619
def
truncate(self, size: int | None = None) -> int:
Callers
6
write
Method · 0.45
_write_object
Method · 0.45
end_framing
Method · 0.45
commit_frame
Method · 0.45
_read_directory
Function · 0.45
simple_parser_main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected