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

Method values

python/IECore/Enum.py:110–112  ·  view source on GitHub ↗
( cls )

Source from the content-addressed store, hash-verified

108
109 @classmethod
110 def values( cls ) :
111
112 return tuple( cls( i ) for i in range( 0, len(cls.__names) ) )
113
114 for i, name in enumerate( names ) :
115

Callers 15

testSetNameValidationMethod · 0.45
testStaticHashesMethod · 0.45
setClassMethod · 0.45
valueValidMethod · 0.45
__serialiseWalkMethod · 0.45
setClassMethod · 0.45
splitAllDeprecatedMethod · 0.45
referenceSplitMethod · 0.45
testHashesMethod · 0.45
testHashStabilityMethod · 0.45

Calls 1

lenFunction · 0.50

Tested by 15

testSetNameValidationMethod · 0.36
testStaticHashesMethod · 0.36
splitAllDeprecatedMethod · 0.36
referenceSplitMethod · 0.36
testHashesMethod · 0.36
testHashStabilityMethod · 0.36
testSingleTriangleMethod · 0.36
testUVIndicesMethod · 0.36
testHashesMethod · 0.36
testConstructorMethod · 0.36