Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testInstancesShareHashes
Method · 0.45
testSetNameValidation
Method · 0.45
testStaticHashes
Method · 0.45
setClass
Method · 0.45
__formatCompoundParameter
Function · 0.45
valueValid
Method · 0.45
__serialiseWalk
Method · 0.45
setClass
Method · 0.45
splitAllDeprecated
Method · 0.45
referenceSplit
Method · 0.45
testHashes
Method · 0.45
testHashStability
Method · 0.45
Calls
1
len
Function · 0.50
Tested by
15
testInstancesShareHashes
Method · 0.36
testSetNameValidation
Method · 0.36
testStaticHashes
Method · 0.36
splitAllDeprecated
Method · 0.36
referenceSplit
Method · 0.36
testHashes
Method · 0.36
testHashStability
Method · 0.36
testSingleTriangle
Method · 0.36
testUVIndices
Method · 0.36
testHashes
Method · 0.36
testHashesWithRetimedLinks
Method · 0.36
testConstructor
Method · 0.36