Source code for pyleecan.Methods.Output.XOutput.count
[docs]def count(self, x):
"""
Return the number of times x appears in the list.
"""
return self.output_list.count(x)
[docs]def count(self, x):
"""
Return the number of times x appears in the list.
"""
return self.output_list.count(x)