MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / tell

Method tell

plugins/Bigfile/BigfilePlugin.py:551–552  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

549 return self.f.seek(pos, whence)
550
551 def tell(self):
552 return self.f.tell()
553
554 def close(self):
555 self.f.close()

Callers 1

readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected