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

Method __repr__

python/IECore/MenuDefinition.py:203–205  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

201
202
203 def __repr__( self ) :
204
205 return "MenuDefinition( " + repr( self.items() ) + " )"
206
207 def __pathIndex( self, path ) :
208

Callers

nothing calls this directly

Calls 2

itemsMethod · 0.95
reprFunction · 0.50

Tested by

no test coverage detected