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

Method size

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

Source from the content-addressed store, hash-verified

152
153 ## Returns the size of the item list.
154 def size(self):
155 return len( self.__items )
156
157 ## Returns a new MenuDefinition containing only the menu items
158 # that reside below the specified root path. The paths in this

Callers 4

itemMethod · 0.95
testMethod · 0.95
doOperationMethod · 0.45
parseMethod · 0.45

Calls 1

lenFunction · 0.50

Tested by

no test coverage detected