Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyQt5/PyQt
/ setContent
Method
setContent
Demo/WindowNotify.py:42–45 ·
view source on GitHub ↗
(self, content)
Source
from the content-addressed store, hash-verified
40
return
self.labelTitle.text()
41
42
def
setContent(self, content):
43
if
content:
44
self.labelContent.setText(content)
45
return
self
46
47
def
content(self):
48
return
self.labelContent.text()
Callers
2
__init__
Method · 0.80
show
Method · 0.80
Calls
1
setText
Method · 0.45
Tested by
no test coverage detected