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

Method end_form

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

Source from the content-addressed store, hash-verified

534 self._current_form = (name, action, method, enctype), d, controls
535
536 def end_form(self):
537 debug("")
538 if self._current_label is not None:
539 self.end_label()
540 if self._current_form is self._global_form:
541 raise ParseError("end of FORM before start")
542 self.forms.append(self._current_form)
543 self._current_form = self._global_form
544
545 def start_select(self, attrs):
546 debug("%s", attrs)

Callers 2

__init__Method · 0.95
end_bodyMethod · 0.95

Calls 4

end_labelMethod · 0.95
ParseErrorClass · 0.85
debugFunction · 0.70
appendMethod · 0.45

Tested by

no test coverage detected