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

Method __init__

thirdparty/clientform/clientform.py:1157–1162  ·  view source on GitHub ↗
(self, attrs)

Source from the content-addressed store, hash-verified

1155
1156class Label:
1157 def __init__(self, attrs):
1158 self.id = attrs.get("for")
1159 self._text = attrs.get("__text").strip()
1160 self._ctext = compress_text(self._text)
1161 self.attrs = attrs
1162 self._backwards_compat = False # maintained by HTMLForm
1163
1164 def __getattr__(self, name):
1165 if name == "text":

Callers

nothing calls this directly

Calls 2

compress_textFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected