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

Method __init__

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

Source from the content-addressed store, hash-verified

308
309class ContainerWhile(Container):
310 def __init__(self, parent):
311 super().__init__(parent)
312 self.condition = None
313 def fromText(self, text : str):
314 if (not text.startswith("while")):
315 raise SyntaxError("While container does not start with while")

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected