MCPcopy Create free account
hub / github.com/IENT/YUView / __init__

Method __init__

tools/standardTextToCode/parseTables.py:99–104  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

97
98class Variable(ParsingItem):
99 def __init__(self, parent):
100 super().__init__(parent)
101 self.name = None
102 self.arrayIndex = None
103 self.coding = None
104 self.description = None
105 def fromText(self, name : str, descriptor : str, variableDescriptions : dict):
106 if ("[" in name and "]" in name):
107 self.arrayIndex = []

Callers 8

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__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