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

Method __init__

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

Source from the content-addressed store, hash-verified

326
327class ContainerDo(Container):
328 def __init__(self, parent):
329 super().__init__(parent)
330 self.condition = None
331 def fromText(self, text : str):
332 if (not text.startswith("do")):
333 raise SyntaxError("Do container does not start with do")

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected