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

Method close

thirdparty/clientform/clientform.py:841–843  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

839 return attrs # ditto
840
841 def close(self):
842 HTMLParser.HTMLParser.close(self)
843 self.end_body()
844
845
846class _AbstractSgmllibParser(_AbstractFormParser):

Callers

nothing calls this directly

Calls 2

end_bodyMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected