MCPcopy Create free account
hub / github.com/ActiveState/code / values

Method values

recipes/Python/265879_Rating_class_mapping/recipe-265879.py:128–129  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

126 iterkeys = __iter__
127
128 def values(self):
129 return [item.value for item in self.__rating]
130
131 def itervalues(self):
132 for item in self.__rating:

Callers 12

sumDictFunction · 0.45
avgDictFunction · 0.45
normDictFunction · 0.45
normDictSumToFunction · 0.45
accumDictFunction · 0.45
fallInDictFunction · 0.45
randomPickDictFunction · 0.45
sumInDict2Function · 0.45
avgInDict2Function · 0.45
__str__Method · 0.45
recipe-299777.pyFile · 0.45
setFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected