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

Method close

lib/utils/sgmllib.py:532–534  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

530 print('*** unknown decl: [' + data + ']')
531
532 def close(self):
533 SGMLParser.close(self)
534 self.flush()
535
536
537def test(args=None):

Callers

nothing calls this directly

Calls 2

flushMethod · 0.95
closeMethod · 0.45

Tested by

no test coverage detected