MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / __init__

Method __init__

Scripts/DefinitionExtract.py:93–97  ·  view source on GitHub ↗
(self, Name, Size)

Source from the content-addressed store, hash-verified

91 Value: str
92
93 def __init__(self, Name, Size):
94 super(VarDeclDefinition, self).__init__(Name, TypeDefinition.TYPE_VARDECL)
95 self.Size = Size
96 self.Aliases = []
97 self.ExpectFEXMatch = False
98
99@dataclass
100class ArchDB:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected