MCPcopy Create free account
hub / github.com/LangGraph-GUI/LangGraph-GUI-backend / from_dict

Method from_dict

src/NodeData.py:47–48  ·  view source on GitHub ↗
(cls, data)

Source from the content-addressed store, hash-verified

45
46 @classmethod
47 def from_dict(cls, data):
48 return cls(**data)

Callers 1

parse_nodes_from_jsonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected