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

Method unknown_endtag

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

Source from the content-addressed store, hash-verified

514 print('>')
515
516 def unknown_endtag(self, tag):
517 self.flush()
518 print('end tag: </' + tag + '>')
519
520 def unknown_entityref(self, ref):
521 self.flush()

Callers

nothing calls this directly

Calls 1

flushMethod · 0.95

Tested by

no test coverage detected