Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bhowiebkr/PyFlowGraph
/ __init__
Method
__init__
src/core/node.py:30–31 ·
view source on GitHub ↗
(self, parent=None)
Source
from the content-addressed store, hash-verified
28
resized = Signal()
29
30
def
__init__(self, parent=None):
31
super().__init__(parent)
32
33
def
resizeEvent(self, event):
34
super().resizeEvent(event)
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected