pyleecan.Methods.Output.XOutput.pop module

pop(self, i)[source]

Remove the item at the given position in the list, and return it. If no index is specified, a.pop() removes and returns the last item in the list.