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

Class DwarfSubscriptDataBound

ghidra_scripts/gimport/dwarf.py:216–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214
215
216class DwarfSubscriptDataBound:
217 def __init__(self):
218 self.isConstant = False
219 self.constant = 0
220 self.location: DwarfLocation = None
221
222 def __str__(self):
223 if self.isConstant:
224 return f"{self.constant}"
225 else:
226 return f"{self.location}"
227
228
229class DwarfType:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected