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

Method feed

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

Source from the content-addressed store, hash-verified

796 _AbstractFormParser.__init__(self, entitydefs, encoding)
797
798 def feed(self, data):
799 try:
800 HTMLParser.HTMLParser.feed(self, data)
801 except HTMLParser.HTMLParseError as exc:
802 raise ParseError(exc)
803
804 def start_option(self, attrs):
805 _AbstractFormParser._start_option(self, attrs)

Callers

nothing calls this directly

Calls 2

ParseErrorClass · 0.85
feedMethod · 0.45

Tested by

no test coverage detected