Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ tell
Method
tell
Lib/typing.py:3564–3565 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3562
3563
@abstractmethod
3564
def
tell(self) -> int:
3565
pass
3566
3567
@abstractmethod
3568
def
truncate(self, size: int | None = None) -> int:
Callers
7
write
Method · 0.45
_write_object
Method · 0.45
end_framing
Method · 0.45
commit_frame
Method · 0.45
_read_directory
Function · 0.45
test_01
Function · 0.45
test_04
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_01
Function · 0.36
test_04
Function · 0.36