Code.py | 297 return util.format_code(proto), util.format_code(impl) 299 def format_code(self, code_string, replace_empty_lines=re.compile(r'\n\n+').sub): member in class:UtilityCodeBase 415 self.format_code(self.proto), 418 impl = self.format_code(self.impl) 430 writer.put(self.format_code(self.init)) 439 self.format_code(self.cleanup), [all...] |