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

Method _click

thirdparty/clientform/clientform.py:2476–2480  ·  view source on GitHub ↗
(self, form, coord, return_type, request_class=_urllib.request.Request)

Source from the content-addressed store, hash-verified

2474 def is_of_kind(self, kind): return kind == "clickable"
2475
2476 def _click(self, form, coord, return_type, request_class=_urllib.request.Request):
2477 self._clicked = coord
2478 r = form._switch_click(return_type, request_class)
2479 self._clicked = False
2480 return r
2481
2482 def _totally_ordered_pairs(self):
2483 if not self._clicked:

Callers

nothing calls this directly

Calls 1

_switch_clickMethod · 0.80

Tested by

no test coverage detected