Searched defs:writeline (Results 1 – 6 of 6) sorted by relevance
28 static void writeline(const char *line, int col) in writeline() function
24 def writeline(file, line=None): function
69 def writeline(self, line): member in Monitor
133 PyObject *writeline; /* write output lines to this file */ member
113 PyObject *writeline; /* write output lines to this file */ member
397 def writeline(self, x, node=None, extra=0): member in CodeGenerator