Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
goahead
Method · 0.95
finish_shorttag
Method · 0.95
handle_charref
Method · 0.95
handle_entityref
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected