MCPcopy 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

writeMethod · 0.45
_write_objectMethod · 0.45
end_framingMethod · 0.45
commit_frameMethod · 0.45
_read_directoryFunction · 0.45
simple_parser_mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected