Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ items
Method
items
recipes/Python/265879_Rating_class_mapping/recipe-265879.py:135–136 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
133
yield
item.value
134
135
def
items(self):
136
return
[(item.key, item.value)
for
item in self.__rating]
137
138
def
iteritems(self):
139
for
item in self.__rating:
Callers
15
_dict_to_js
Function · 0.45
recipe-252143.py
File · 0.45
parse
Method · 0.45
trimDict
Function · 0.45
reDict
Function · 0.45
new_init
Method · 0.45
recipe-222061.py
File · 0.45
__call__
Method · 0.45
__call__
Method · 0.45
__init__
Method · 0.45
write
Method · 0.45
bind_all
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected