MCPcopy 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_attrsFunction · 0.70
_create_slots_classMethod · 0.70
asdictFunction · 0.70
_asdict_anythingFunction · 0.70
astupleFunction · 0.70
assocFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected