Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brain-workshop/brainworkshop
/ value
Method
value
brainworkshop.py:1908–1909 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1906
self.i = (self.i + 1) % len(self.values)
1907
return
self.value()
1908
def
value(self):
1909
return
self.values[self.i]
1910
def
__str__(self):
1911
return
str(self.value())
1912
Callers
7
nxt
Method · 0.95
__str__
Method · 0.95
__str__
Method · 0.80
calc_mode
Method · 0.80
save
Method · 0.80
select
Method · 0.80
close
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected