Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1182
def
_get_label(attrs):
1183
text = attrs.get(
"__label"
)
1184
if
text is not None:
1185
return
Label(text)
1186
else
:
1187
return
None
1188
1189
class
Control:
1190
""
"An HTML form control.
Callers
3
__init__
Method · 0.85
__init__
Method · 0.85
__init__
Method · 0.85
Calls
2
Label
Class · 0.85
get
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…