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

Method __getitem__

thirdparty/clientform/clientform.py:2903–2904  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

2901# Form-filling methods.
2902
2903 def __getitem__(self, name):
2904 return self.find_control(name).value
2905 def __contains__(self, name):
2906 return bool(self.find_control(name))
2907 def __setitem__(self, name, value):

Callers

nothing calls this directly

Calls 1

find_controlMethod · 0.95

Tested by

no test coverage detected