MCPcopy Create free account
hub / github.com/Vector35/debugger / __hash__

Method __hash__

api/python/debuggercontroller.py:297–298  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

295 return self.offset > other.offset
296
297 def __hash__(self):
298 return hash((self.module, self.offset))
299
300 def __setattr__(self, name, value):
301 try:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected