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

Method feed

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

Source from the content-addressed store, hash-verified

874 _AbstractFormParser.__init__(self, entitydefs, encoding)
875
876 def feed(self, data):
877 try:
878 sgmllib.SGMLParser.feed(self, data)
879 except SGMLLIB_PARSEERROR as exc:
880 raise ParseError(exc)
881
882 def close(self):
883 sgmllib.SGMLParser.close(self)

Callers 3

feedMethod · 0.45
feedMethod · 0.45
_ParseFileExFunction · 0.45

Calls 1

ParseErrorClass · 0.85

Tested by

no test coverage detected