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

Method __hash__

src/server/tasks/knowledgegraph/api.py:28–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 self.program = program
27
28 def __hash__(self) -> int:
29 return hash(self.program)
30
31 def __eq__(self, __value: object) -> bool:
32 if isinstance(__value, Variable):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected