Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ writelines
Method
writelines
lib/core/compat.py:365–367 ·
view source on GitHub ↗
(self, lines)
Source
from the content-addressed store, hash-verified
363
return
n
364
365
def
writelines(self, lines):
366
for
x in lines:
367
self.write(x)
368
369
def
__iter__(self):
370
return
iter(self._fh)
Callers
3
flushheaders
Method · 0.80
duplicates.py
File · 0.80
_setResultsFile
Function · 0.80
Calls
1
write
Method · 0.95
Tested by
no test coverage detected