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

Method do_option

thirdparty/clientform/clientform.py:848–849  ·  view source on GitHub ↗
(self, attrs)

Source from the content-addressed store, hash-verified

846class _AbstractSgmllibParser(_AbstractFormParser):
847
848 def do_option(self, attrs):
849 _AbstractFormParser._start_option(self, attrs)
850
851 if sys.version_info[:2] >= (2,5):
852 # we override this attr to decode hex charrefs

Callers

nothing calls this directly

Calls 1

_start_optionMethod · 0.80

Tested by

no test coverage detected