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

Method __init__

api/python/debuggercontroller.py:158–163  ·  view source on GitHub ↗
(self, name, value, width, index, hint)

Source from the content-addressed store, hash-verified

156
157 """
158 def __init__(self, name, value, width, index, hint):
159 self.name = name
160 self.value = value
161 self.width = width
162 self.index = index
163 self.hint = hint
164
165 def __eq__(self, other):
166 if not isinstance(other, self.__class__):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected