Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ __init__
Method
__init__
tools/standardTextToCode/parseTables.py:260–261 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
258
259
class
ContainerTable(Container):
260
def
__init__(self):
261
super().__init__(None)
262
def
parseContainer(self, table, variableDescriptions):
263
self.parseHeader(table.cell(0, 0).text)
264
t1 = table.cell(0, 1).text.strip()
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected