MCPcopy Create free account
hub / github.com/ImageEngine/cortex / keys

Method keys

python/IECore/SubstitutedDict.py:82–84  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

80 return not self.__eq__( other )
81
82 def keys( self ) :
83
84 return self.__dict.keys()
85
86 def values( self, substituted=True ) :
87

Callers 3

itemsMethod · 0.95
testMethod · 0.95
valuesMethod · 0.45

Calls

no outgoing calls

Tested by 1

testMethod · 0.76