MCPcopy 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

writeMethod · 0.45
_write_objectMethod · 0.45
end_framingMethod · 0.45
commit_frameMethod · 0.45
_read_directoryFunction · 0.45
test_01Function · 0.45
test_04Function · 0.45

Calls

no outgoing calls

Tested by 2

test_01Function · 0.36
test_04Function · 0.36