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

Method unknown_decl

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

Source from the content-addressed store, hash-verified

526 print('*** unknown char ref: &#' + ref + ';')
527
528 def unknown_decl(self, data):
529 self.flush()
530 print('*** unknown decl: [' + data + ']')
531
532 def close(self):
533 SGMLParser.close(self)

Callers

nothing calls this directly

Calls 1

flushMethod · 0.95

Tested by

no test coverage detected