Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ items
Method
items
recipes/Python/52258_a_Set_class_for_python/recipe-52258.py:42–44 ·
view source on GitHub ↗
Return a list containing all items.
(self)
Source
from the content-addressed store, hash-verified
40
return
len(self._dict)
41
42
def
items(self):
43
""
"Return a list containing all items."
""
44
return
self._dict.keys()
45
46
# class Set()
Callers
15
__reduce__
Method · 0.45
__deepcopy__
Method · 0.45
invertedDict
Function · 0.45
print_path
Function · 0.45
print_exc_plus
Function · 0.45
dict_to_xml
Function · 0.45
sortedDictValues1
Function · 0.45
gotHeaders
Method · 0.45
getSilent
Method · 0.45
detect
Method · 0.45
counts
Method · 0.45
recipe-523033.py
File · 0.45
Calls
1
keys
Method · 0.45
Tested by
no test coverage detected