MCPcopy 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

doOperationMethod · 0.45
__outputMethod · 0.45
__blankLineMethod · 0.45
saveMethod · 0.45
_writePyMethod · 0.45
doOperationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected