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

Method from_dict

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

Source from the content-addressed store, hash-verified

46
47 @staticmethod
48 def from_dict(d: dict) -> "SubmoduleRef":
49 return SubmoduleRef(
50 name=d["name"], kind=d.get("kind", "call"),
51 output_var=d.get("output_var"),
52 input_var=d.get("input_var"),
53 )
54
55
56# ---------- TypedVar ----------

Callers

nothing calls this directly

Calls 2

SubmoduleRefClass · 0.85
getMethod · 0.80

Tested by

no test coverage detected