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

Method close

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

Source from the content-addressed store, hash-verified

905 except SGMLLIB_PARSEERROR as exc:
906 raise ParseError(exc)
907 def close(self):
908 self.bs_base_class.close(self)
909 self.end_body()
910
911 class RobustFormParser(_AbstractBSFormParser, bs):
912 """Tries to be highly tolerant of incorrect HTML."""

Callers

nothing calls this directly

Calls 2

end_bodyMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected