MCPcopy Create free account
hub / github.com/THUDM/AgentBench / __init__

Method __init__

src/server/tasks/knowledgegraph/api.py:24–26  ·  view source on GitHub ↗
(self, type, program)

Source from the content-addressed store, hash-verified

22class Variable:
23
24 def __init__(self, type, program):
25 self.type = type
26 self.program = program
27
28 def __hash__(self) -> int:
29 return hash(self.program)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected