MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / tell

Method tell

thirdparty/bottle/bottle.py:1406–1407  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1404 self._pos = start
1405
1406 def tell(self):
1407 return self._pos - self._st
1408
1409 def seek(self, pos):
1410 if pos < 0: pos = 0

Callers 2

_copy_fileMethod · 0.80
webUploadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected