MCPcopy Create free account
hub / github.com/PyQt5/PyQt / text

Method text

Test/ChartView/ChatWidget.py:175–176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

173 self.codeScintilla.setText(text)
174
175 def text(self):
176 return self.codeScintilla.text().strip()
177
178
179class ChartWidget(QWidget):

Callers 6

onRunButtonMethod · 0.95
navigate_to_urlMethod · 0.45
__initUIMethod · 0.45
prMethod · 0.45
helpMenuMethod · 0.45
prMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected