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

Method __init__

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

Source from the content-addressed store, hash-verified

66 ExpectFEXMatch: bool
67
68 def __init__(self, Name, Size):
69 super(UnionDefinition, self).__init__(Name, TypeDefinition.TYPE_UNION)
70 self.Size = Size
71 self.Aliases = []
72 self.Members = []
73 self.ExpectFEXMatch = False
74
75@dataclass
76class FieldDefinition(TypeDefinition):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected