MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / from_dict

Method from_dict

verifier/AgentVerifier/WorkflowToLean.py:77–78  ·  view source on GitHub ↗
(d: dict)

Source from the content-addressed store, hash-verified

75
76 @staticmethod
77 def from_dict(d: dict) -> "TypedVar":
78 return TypedVar(name=d["name"], base_type=d["base_type"], value=d.get("value"))
79
80
81# ---------- NodeIR ----------

Callers

nothing calls this directly

Calls 2

TypedVarClass · 0.85
getMethod · 0.80

Tested by

no test coverage detected