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

[docs]def items(self): """Returns self.xoutput_dict.items to behave like a dict""" return self.xoutput_dict.items()