Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ items
Method
items
python/IECore/SubstitutedDict.py:93–95 ·
view source on GitHub ↗
( self, substituted=True )
Source
from the content-addressed store, hash-verified
91
return
self.__dict.values()
92
93
def
items( self, substituted=True ) :
94
95
return
zip( self.keys(), self.values() )
96
97
def
get( self, key, defaultValue=None, substituted=True ) :
98
Callers
1
test
Method · 0.95
Calls
2
keys
Method · 0.95
values
Method · 0.95
Tested by
1
test
Method · 0.76