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

Method _pairs

thirdparty/clientform/clientform.py:3337–3339  ·  view source on GitHub ↗

Return sequence of (key, value) pairs suitable for urlencoding.

(self)

Source from the content-addressed store, hash-verified

3335 return control._click(self, coord, return_type, request_class)
3336
3337 def _pairs(self):
3338 """Return sequence of (key, value) pairs suitable for urlencoding."""
3339 return [(k, v) for (i, k, v, c_i) in self._pairs_and_controls()]
3340
3341
3342 def _pairs_and_controls(self):

Callers 2

_request_dataMethod · 0.95
_switch_clickMethod · 0.95

Calls 1

_pairs_and_controlsMethod · 0.95

Tested by

no test coverage detected