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

Method close

lib/utils/sgmllib.py:108–110  ·  view source on GitHub ↗

Handle the remaining data.

(self)

Source from the content-addressed store, hash-verified

106 self.goahead(0)
107
108 def close(self):
109 """Handle the remaining data."""
110 self.goahead(1)
111
112 def error(self, message):
113 raise SGMLParseError(message)

Callers 2

closeMethod · 0.45
testFunction · 0.45

Calls 1

goaheadMethod · 0.95

Tested by

no test coverage detected