MCPcopy Create free account
hub / github.com/ChunelFeng/CGraph / run

Method run

python/tutorial/MyGNode/MyTemplateNode.py:18–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 self._score = score
17
18 def run(self):
19 print('[{0}] num = [{1}], score = [{2}]'.format(self.getName(), self._num, self._score))
20 return CStatus()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected