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

Method __init__

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

Source from the content-addressed store, hash-verified

365
366class ContainerFor(Container):
367 def __init__(self, parent):
368 super().__init__(parent)
369 self.variableName = None
370 self.initialValue = None
371 self.breakCondition = None
372 self.increment = None
373 def fromText(self, text : str):
374 split = text.split(";")
375 if (not split[0].startswith("for")):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected