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

Method __init__

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

Source from the content-addressed store, hash-verified

52 ExpectFEXMatch: bool
53
54 def __init__(self, Name, Size):
55 super(StructDefinition, self).__init__(Name, TypeDefinition.TYPE_STRUCT)
56 self.Size = Size
57 self.Aliases = []
58 self.Members = []
59 self.ExpectFEXMatch = False
60
61@dataclass
62class UnionDefinition(TypeDefinition):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected