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

Method do_base

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

Source from the content-addressed store, hash-verified

499 self._current_form = self._global_form = self.forms[0]
500
501 def do_base(self, attrs):
502 debug("%s", attrs)
503 for key, value in attrs:
504 if key == "href":
505 self.base = self.unescape_attr_if_required(value)
506
507 def end_body(self):
508 debug("")

Callers

nothing calls this directly

Calls 2

debugFunction · 0.70

Tested by

no test coverage detected