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

Method __init__

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

Source from the content-addressed store, hash-verified

131
132class CommentEntry(ParsingItem):
133 def __init__(self, parent):
134 super().__init__(parent)
135 self.text = None
136 def fromText(self, text : str):
137 self.text = cleanComment(text)
138 def __str__(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected