MCPcopy Index your code
hub / github.com/python/cpython / tell

Method tell

Lib/tempfile.py:851–852  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

849 return self._file.seek(*args)
850
851 def tell(self):
852 return self._file.tell()
853
854 def truncate(self, size=None):
855 if size is None:

Callers 2

_checkMethod · 0.45
rolloverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected