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

Method __init__

api/python/debuggercontroller.py:269–271  ·  view source on GitHub ↗
(self, module, offset)

Source from the content-addressed store, hash-verified

267
268 """
269 def __init__(self, module, offset):
270 self.module = module
271 self.offset = offset
272
273 def __eq__(self, other):
274 if not isinstance(other, self.__class__):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected