MCPcopy 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

nxtMethod · 0.95
__str__Method · 0.95
__str__Method · 0.80
calc_modeMethod · 0.80
saveMethod · 0.80
selectMethod · 0.80
closeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected