MCPcopy 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

testMethod · 0.95

Calls 2

keysMethod · 0.95
valuesMethod · 0.95

Tested by 1

testMethod · 0.76