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

Method paragraph

python/IECore/WrappedTextFormatter.py:64–70  ·  view source on GitHub ↗
( self, text )

Source from the content-addressed store, hash-verified

62 return self
63
64 def paragraph( self, text ) :
65
66 self.__blankLine()
67 lines = IECore.StringUtil.wrap( str( text ).rstrip(), self.__wrapWidth ).split( "\n" )
68 for line in lines :
69 self.__indent()
70 self.__output( line + "\n" )
71
72 def indent( self ) :
73

Callers

nothing calls this directly

Calls 4

__blankLineMethod · 0.95
__indentMethod · 0.95
__outputMethod · 0.95
strFunction · 0.50

Tested by

no test coverage detected