Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ closeFP
Method
closeFP
lib/core/wordlist.py:68–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
self.index += 1
67
68
def
closeFP(self):
69
if
self.fp:
70
self.fp.close()
71
self.fp = None
72
73
def
__next__(self):
74
retVal = None
Callers
1
adjust
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected