Home | History | Annotate | Download | only in cached

Lines Matching refs:writeComment

87     def writeComment(self, comment):
94 self.writeComment("Define ':' for sequencing: as a low-precedence operator that ignores operands")
95 self.writeComment("and just returns the RHS.")
98 self.writeComment("Helper functions defined within toy")
103 self.writeComment("Print the result of a function call")
143 self.writeComment("Auto-generated function number %d" % funcNum)
164 self.writeComment("Call the last function")
172 self.writeComment("Called %d of %d functions" % (len(self.calledFunctions), self.lastFuncNum))
182 script.writeComment("===========================================================================")
183 script.writeComment("Auto-generated script")
184 script.writeComment(" %d functions, %d elements per function, %d functions between execution"
186 script.writeComment(" call weighting = %f" % callWeighting)
187 script.writeComment("===========================================================================")