MCPcopy Index your code
hub / github.com/rawpython/remi / get_value

Method get_value

remi/gui.py:2728–2733  ·  view source on GitHub ↗

Returns: str: The text content of the ListItem

(self)

Source from the content-addressed store, hash-verified

2726 self.set_text(text)
2727
2728 def get_value(self):
2729 """
2730 Returns:
2731 str: The text content of the ListItem
2732 """
2733 return self.get_text()
2734
2735
2736class DropDown(Container):

Callers

nothing calls this directly

Calls 1

get_textMethod · 0.45

Tested by

no test coverage detected