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

Method __init__

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

Source from the content-addressed store, hash-verified

143
144class FunctionCall(ParsingItem):
145 def __init__(self, parent):
146 super().__init__(parent)
147 self.functionName = None
148 self.arguments = None
149 def fromText(self, name : str):
150 self.functionName = name.split("(")[0]
151 self.arguments = []

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected