Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ __repr__
Method
__repr__
python/IECore/MenuItemDefinition.py:87–89 ·
view source on GitHub ↗
( self )
Source
from the content-addressed store, hash-verified
85
setattr( self, k, v )
86
87
def
__repr__( self ) :
88
d = { k:v
for
k,v in self.__dict__.items()
if
not k.startswith(
'_'
) }
89
return
"MenuItemDefinition( "
+ repr( d ) +
" )"
Callers
nothing calls this directly
Calls
2
repr
Function · 0.50
items
Method · 0.45
Tested by
no test coverage detected