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

Method __init__

api/python/debuggercontroller.py:111–116  ·  view source on GitHub ↗
(self, name, short_name, address, size, loaded)

Source from the content-addressed store, hash-verified

109
110 """
111 def __init__(self, name, short_name, address, size, loaded):
112 self.name = name
113 self.short_name = short_name
114 self.address = address
115 self.size = size
116 self.loaded = loaded
117
118 @staticmethod
119 def is_same_base_module(module1: str, module2: str) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected