MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / __init__

Method __init__

ghidra_scripts/gimport/dwarf.py:278–282  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

276
277class DwarfSubscriptDataItem:
278 def __init__(self):
279 self.resolved_type = None
280 self.dwarf_type = DwarfType()
281 self.lowBound = DwarfSubscriptDataBound()
282 self.highBound = DwarfSubscriptDataBound()
283
284 def __str__(self):
285 return f"SubscriptDataItem({self.type}[{self.lowBound}-{self.highBound}])"

Callers

nothing calls this directly

Calls 2

DwarfTypeClass · 0.85

Tested by

no test coverage detected