Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LangGraph-GUI/LangGraph-GUI-backend
/ to_dict
Method
to_dict
src/NodeData.py:43–44 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
41
42
43
def
to_dict(self):
44
return
asdict(self)
45
46
@classmethod
47
def
from_dict(cls, data):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected