MCPcopy Create free account
hub / github.com/ActiveState/code / tell

Method tell

recipes/Python/572159_SPICE/recipe-572159.py:147–149  ·  view source on GitHub ↗

Return the virtual position in file.

(self)

Source from the content-addressed store, hash-verified

145 self.__file.seek(offset * 4)
146
147 def tell(self):
148 'Return the virtual position in file.'
149 return self.__file.tell() / 4
150
151 def close(self):
152 'Close the File_Crypt object.'

Callers 15

__init__Method · 0.45
write_partMethod · 0.45
linesMethod · 0.45
__len__Method · 0.45
rsyncdeltaFunction · 0.45
writepagesMethod · 0.45
recordExitOffsetMethod · 0.45
seekMethod · 0.45
openMethod · 0.45
waitMethod · 0.45
zeroFunction · 0.45
oneFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected