MCPcopy 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_jsFunction · 0.45
recipe-252143.pyFile · 0.45
parseMethod · 0.45
trimDictFunction · 0.45
reDictFunction · 0.45
new_initMethod · 0.45
recipe-222061.pyFile · 0.45
__call__Method · 0.45
__call__Method · 0.45
__init__Method · 0.45
writeMethod · 0.45
bind_allFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected