MCPcopy 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

flushheadersMethod · 0.80
duplicates.pyFile · 0.80
_setResultsFileFunction · 0.80

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected