Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PyQt5/PyQt
/ Widget
Class
Widget
Demo/SharedMemory.py:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
18
class
Widget(QWidget):
19
20
def
__init__(self, *args, **kwargs):
21
super(Widget, self).__init__(*args, **kwargs)
22
23
24
if
__name__ ==
"__main__"
:
Callers
1
SharedMemory.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected