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

Method end_optgroup

thirdparty/clientform/clientform.py:580–584  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

578 self._optgroup = d
579
580 def end_optgroup(self):
581 debug("")
582 if self._optgroup is None:
583 raise ParseError("end of OPTGROUP before start")
584 self._optgroup = None
585
586 def _start_option(self, attrs):
587 debug("%s", attrs)

Callers

nothing calls this directly

Calls 2

ParseErrorClass · 0.85
debugFunction · 0.70

Tested by

no test coverage detected