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

Method handle_comment

lib/utils/sgmllib.py:499–504  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

497 print('data:', repr(data))
498
499 def handle_comment(self, data):
500 self.flush()
501 r = repr(data)
502 if len(r) > 68:
503 r = r[:32] + '...' + r[-32:]
504 print('comment:', r)
505
506 def unknown_starttag(self, tag, attrs):
507 self.flush()

Callers

nothing calls this directly

Calls 1

flushMethod · 0.95

Tested by

no test coverage detected