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

Method handle_data

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

Source from the content-addressed store, hash-verified

451
452 # Example -- handle data, should be overridden
453 def handle_data(self, data):
454 pass
455
456 # Example -- handle comment, could be overridden
457 def handle_comment(self, data):

Callers 4

goaheadMethod · 0.95
finish_shorttagMethod · 0.95
handle_charrefMethod · 0.95
handle_entityrefMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected