Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseChildren
Method · 0.95
Calls
1
cleanComment
Function · 0.85
Tested by
no test coverage detected