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

Method __init__

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

Source from the content-addressed store, hash-verified

894 class _AbstractBSFormParser(_AbstractSgmllibParser):
895 bs_base_class = None
896 def __init__(self, entitydefs=None, encoding=DEFAULT_ENCODING):
897 _AbstractFormParser.__init__(self, entitydefs, encoding)
898 self.bs_base_class.__init__(self)
899 def handle_data(self, data):
900 _AbstractFormParser.handle_data(self, data)
901 self.bs_base_class.handle_data(self, data)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected