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

Function __formatCompoundParameter

python/IECore/FormattedParameterHelp.py:131–138  ·  view source on GitHub ↗
( parm, formatter )

Source from the content-addressed store, hash-verified

129 formatter.unindent()
130
131def __formatCompoundParameter( parm, formatter ) :
132
133 __formatParameter( parm, formatter )
134 formatter.heading( "Members" )
135 formatter.indent()
136 for p in parm.values() :
137 formatParameterHelp( p, formatter )
138 formatter.unindent()
139
140def __formatParameter( parm, formatter ) :
141

Callers

nothing calls this directly

Calls 6

__formatParameterFunction · 0.85
formatParameterHelpFunction · 0.85
headingMethod · 0.45
indentMethod · 0.45
valuesMethod · 0.45
unindentMethod · 0.45

Tested by

no test coverage detected