Source code for pyleecan.Methods.Output.XOutput.append

[docs]def append(self, elem): """Method to behave like a list and access quickly to output_list""" return self.output_list.append(elem)