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

Method __indent

python/IECore/WrappedTextFormatter.py:95–97  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

93 #sys.stdout.write( "OUTPUT " + str( self.__numNewLines ) + "\n" )
94
95 def __indent( self ) :
96
97 self.__output( "".rjust( self.__indentation * 4 ) )
98
99 def __blankLine( self ) :
100

Callers 2

headingMethod · 0.95
paragraphMethod · 0.95

Calls 1

__outputMethod · 0.95

Tested by

no test coverage detected