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

Method get_labels

thirdparty/clientform/clientform.py:2467–2472  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2465 self.readonly = True
2466
2467 def get_labels(self):
2468 res = []
2469 if self.value:
2470 res.append(Label({"__text": self.value}))
2471 res.extend(ScalarControl.get_labels(self))
2472 return res
2473
2474 def is_of_kind(self, kind): return kind == "clickable"
2475

Callers

nothing calls this directly

Calls 4

LabelClass · 0.85
extendMethod · 0.80
appendMethod · 0.45
get_labelsMethod · 0.45

Tested by

no test coverage detected