Lines Matching defs:values
21 # special singleton representing missing values for the runtime
487 def values(self):
488 """Return a list of all values."""
492 """Iterate over all values."""
495 " 'iter(cache.values())' instead.",
499 return iter(self.values())
502 """Iterate over all values."""
505 " 'iter(cache.values())' instead.",
509 return iter(self.values())
629 """Cycle through values by yield them one at a time, then restarting