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

Method handle_data

lib/utils/sgmllib.py:488–491  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

486 SGMLParser.__init__(self, verbose)
487
488 def handle_data(self, data):
489 self.testdata = self.testdata + data
490 if len(repr(self.testdata)) >= 70:
491 self.flush()
492
493 def flush(self):
494 data = self.testdata

Callers

nothing calls this directly

Calls 1

flushMethod · 0.95

Tested by

no test coverage detected