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

Method feed

thirdparty/clientform/clientform.py:902–906  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

900 _AbstractFormParser.handle_data(self, data)
901 self.bs_base_class.handle_data(self, data)
902 def feed(self, data):
903 try:
904 self.bs_base_class.feed(self, data)
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()

Callers

nothing calls this directly

Calls 2

ParseErrorClass · 0.85
feedMethod · 0.45

Tested by

no test coverage detected