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

Method __init__

Scripts/DefinitionExtract.py:110–119  ·  view source on GitHub ↗
(self, ArchName)

Source from the content-addressed store, hash-verified

108 VarDecls: dict
109 FieldDecls: list
110 def __init__(self, ArchName):
111 self.Parsed = True
112 self.ArchName = ArchName
113 self.NamespaceScope = []
114 self.CurrentNamespace = ""
115 self.TU = None
116 self.Structs = {}
117 self.Unions = {}
118 self.VarDecls = {}
119 self.FieldDecls = []
120
121@dataclass
122class FunctionDecl:

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected