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

Class MyParam

python/tutorial/MyParams/MyParam.py:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9from pycgraph import GParam, CStatus
10
11class MyParam(GParam):
12 value = 0
13 count = 0
14
15 def reset(self, curStatus: CStatus):
16 self.value = 0
17 return

Callers 2

initMethod · 0.90
initMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected