Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LangGraph-GUI/LangGraph-GUI-backend
/ from_dict
Method
from_dict
src/NodeData.py:12–13 ·
view source on GitHub ↗
(cls, data)
Source
from the content-addressed store, hash-verified
10
11
@classmethod
12
def
from_dict(cls, data):
13
return
cls(**data)
14
15
@dataclass
16
class
NodeData(Serializable):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected