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

Method writeln

recipes/Python/205451_Povray_for_python/recipe-205451.py:31–33  ·  view source on GitHub ↗
(self,s="")

Source from the content-addressed store, hash-verified

29 else:
30 item.write(self)
31 def writeln(self,s=""):
32 #print " "*self.__indent+s
33 self.file.write(" "*self.__indent+s+os.linesep)
34
35class Vector:
36 def __init__(self,*args):

Callers 7

includeMethod · 0.95
block_beginMethod · 0.95
block_endMethod · 0.95
_print_resultsFunction · 0.45
recipe-135702.pyFile · 0.45
writeMethod · 0.45
HTML2RSSMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected