MCPcopy Create free account
hub / github.com/bugy/script-server / __hash__

Method __hash__

src/model/value_wrapper.py:22–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20 return isinstance(o, ScriptValueWrapper) and (self.mapped_script_value == o.mapped_script_value)
21
22 def __hash__(self) -> int:
23 return hash(self.mapped_script_value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected