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

Function _get_label

thirdparty/clientform/clientform.py:1182–1187  ·  view source on GitHub ↗
(attrs)

Source from the content-addressed store, hash-verified

1180
1181
1182def _get_label(attrs):
1183 text = attrs.get("__label")
1184 if text is not None:
1185 return Label(text)
1186 else:
1187 return None
1188
1189class Control:
1190 """An HTML form control.

Callers 3

__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls 2

LabelClass · 0.85
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…