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

Method __init__

api/python/debuggercontroller.py:73–75  ·  view source on GitHub ↗
(self, tid, rip)

Source from the content-addressed store, hash-verified

71
72 """
73 def __init__(self, tid, rip):
74 self.tid = tid
75 self.rip = rip
76
77 def __eq__(self, other):
78 if not isinstance(other, self.__class__):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected