Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DingLei14/WiCoNet
/ value
Method
value
utils/utils.py:142–143 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
140
self.avg = self.sum / self.count
141
142
def
value(self):
143
return
self.val
144
145
def
average(self):
146
return
self.avg
Callers
1
forward
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected