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

Method tell

tools/python-3.11.9-amd64/Lib/typing.py:3323–3324  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3321
3322 @abstractmethod
3323 def tell(self) -> int:
3324 pass
3325
3326 @abstractmethod
3327 def truncate(self, size: int = None) -> int:

Callers 8

writeMethod · 0.45
_write_objectMethod · 0.45
whatFunction · 0.45
end_framingMethod · 0.45
commit_frameMethod · 0.45
_read_directoryFunction · 0.45
__writeMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected