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

Method __init__

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

Source from the content-addressed store, hash-verified

162
163class Container(ParsingItem):
164 def __init__(self, parent):
165 super().__init__(parent)
166 self.children = []
167 self.depth = 0
168 self.depth = 0
169 def parseChildren(self, table, tableIndex, variableDescriptions):
170 # Get the initial depth
171 t0_full = table.cell(0, tableIndex).text

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected