Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ iteritems
Function
iteritems
src/licensedcode/_vendor/attr/_compat.py:49–50 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
47
TYPE =
"type"
48
49
def
iteritems(d):
50
return
d.iteritems()
51
52
# Python 2 is bereft of a read-only dict proxy, so we make one!
53
class
ReadOnlyDict(IterableUserDict):
Callers
6
_transform_attrs
Function · 0.70
_create_slots_class
Method · 0.70
asdict
Function · 0.70
_asdict_anything
Function · 0.70
astuple
Function · 0.70
assoc
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected