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

Method handle_endtag

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

Source from the content-addressed store, hash-verified

396
397 # Overridable -- handle end tag
398 def handle_endtag(self, tag, method):
399 method()
400
401 # Example -- report an unbalanced </...> tag.
402 def report_unbalanced(self, tag):

Callers 1

finish_endtagMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected