Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
sumDict
Function · 0.45
avgDict
Function · 0.45
normDict
Function · 0.45
normDictSumTo
Function · 0.45
accumDict
Function · 0.45
fallInDict
Function · 0.45
randomPickDict
Function · 0.45
sumInDict2
Function · 0.45
avgInDict2
Function · 0.45
__str__
Method · 0.45
recipe-299777.py
File · 0.45
set
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected