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

Method handle_starttag

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

Source from the content-addressed store, hash-verified

392
393 # Overridable -- handle start tag
394 def handle_starttag(self, tag, method, attrs):
395 method(attrs)
396
397 # Overridable -- handle end tag
398 def handle_endtag(self, tag, method):

Callers 1

finish_starttagMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected