MCPcopy Create free account
hub / github.com/ActiveState/code / write

Method write

recipes/Python/271607_fiber_scheduler/recipe-271607.py:131–136  ·  view source on GitHub ↗
( self, string )

Source from the content-addressed store, hash-verified

129 sys.stderr = stderr
130
131 def write( self, string ):
132
133 if self.__newline:
134 self.__stdout.write( ' %04X ' % self.__id )
135 self.__stdout.write( string )
136 self.__newline = string.endswith( '\n' )
137
138
139def spawn( generator, port, debug ):

Callers 10

save_uploaded_fileFunction · 0.45
dumpFunction · 0.45
recipe-274905.pyFile · 0.45
recipe-277753.pyFile · 0.45
recipe-278731.pyFile · 0.45
createCSSMethod · 0.45
createIndexMethod · 0.45
createHTMLsMethod · 0.45
__del__Method · 0.45
__init__Method · 0.45

Calls 1

endswithMethod · 0.80

Tested by

no test coverage detected