Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
from
pycgraph
import
GParam, CStatus
10
11
class
MyParam(GParam):
12
value = 0
13
count = 0
14
15
def
reset(self, curStatus: CStatus):
16
self.value = 0
17
return
Callers
2
init
Method · 0.90
init
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected