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

Method __init__

thirdparty/clientform/clientform.py:872–874  ·  view source on GitHub ↗
(self, entitydefs=None, encoding=DEFAULT_ENCODING)

Source from the content-addressed store, hash-verified

870class FormParser(_AbstractSgmllibParser, sgmllib.SGMLParser):
871 """Good for tolerance of incorrect HTML, bad for XHTML."""
872 def __init__(self, entitydefs=None, encoding=DEFAULT_ENCODING):
873 sgmllib.SGMLParser.__init__(self)
874 _AbstractFormParser.__init__(self, entitydefs, encoding)
875
876 def feed(self, data):
877 try:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected