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

Method report_unbalanced

lib/utils/sgmllib.py:402–405  ·  view source on GitHub ↗
(self, tag)

Source from the content-addressed store, hash-verified

400
401 # Example -- report an unbalanced </...> tag.
402 def report_unbalanced(self, tag):
403 if self.verbose:
404 print('*** Unbalanced </' + tag + '>')
405 print('*** Stack:', self.stack)
406
407 def convert_charref(self, name):
408 """Convert character reference, may be overridden."""

Callers 1

finish_endtagMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected