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

Method flush

lib/utils/sgmllib.py:493–497  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

491 self.flush()
492
493 def flush(self):
494 data = self.testdata
495 if data:
496 self.testdata = ""
497 print('data:', repr(data))
498
499 def handle_comment(self, data):
500 self.flush()

Callers 8

handle_dataMethod · 0.95
handle_commentMethod · 0.95
unknown_starttagMethod · 0.95
unknown_endtagMethod · 0.95
unknown_entityrefMethod · 0.95
unknown_charrefMethod · 0.95
unknown_declMethod · 0.95
closeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected