Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ __blankLine
Method
__blankLine
python/IECore/WrappedTextFormatter.py:99–105 ·
view source on GitHub ↗
( self )
Source
from the content-addressed store, hash-verified
97
self.__output(
""
.rjust( self.__indentation * 4 ) )
98
99
def
__blankLine( self ) :
100
101
if
self.__numNewLines == -1 :
102
return
103
104
for
i in range( self.__numNewLines, 2 ) :
105
self.__file.write(
"\n"
)
Callers
2
heading
Method · 0.95
paragraph
Method · 0.95
Calls
1
write
Method · 0.45
Tested by
no test coverage detected