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

Method fromText

tools/standardTextToCode/parseTables.py:136–137  ·  view source on GitHub ↗
(self, text : str)

Source from the content-addressed store, hash-verified

134 super().__init__(parent)
135 self.text = None
136 def fromText(self, text : str):
137 self.text = cleanComment(text)
138 def __str__(self):
139 s = ""
140 for _ in range(self.parent.depth):

Callers 1

parseChildrenMethod · 0.95

Calls 1

cleanCommentFunction · 0.85

Tested by

no test coverage detected