MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / unknown_starttag

Method unknown_starttag

lib/utils/sgmllib.py:469–470  ·  view source on GitHub ↗
(self, tag, attrs)

Source from the content-addressed store, hash-verified

467
468 # To be overridden -- handlers for unknown objects
469 def unknown_starttag(self, tag, attrs):
470 pass
471
472 def unknown_endtag(self, tag):
473 pass

Callers 1

finish_starttagMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected