MCPcopy Create free account
hub / github.com/brain-workshop/brainworkshop / __str__

Method __str__

brainworkshop.py:1910–1911  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1908 def value(self):
1909 return self.values[self.i]
1910 def __str__(self):
1911 return str(self.value())
1912
1913class PercentCycler(Cycler):
1914 def __str__(self):

Callers

nothing calls this directly

Calls 1

valueMethod · 0.95

Tested by

no test coverage detected