Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ write
Method
write
python/IECore/CompoundStream.py:44–47 ·
view source on GitHub ↗
( self, l )
Source
from the content-addressed store, hash-verified
42
self.__streams = tuple( streams )
43
44
def
write( self, l ) :
45
46
for
s in self.__streams :
47
s.write( l )
48
49
def
flush( self ) :
50
Callers
6
doOperation
Method · 0.45
__output
Method · 0.45
__blankLine
Method · 0.45
save
Method · 0.45
_writePy
Method · 0.45
doOperation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected