append_medium method

append_medium

Adds the medium newMedium to the end of the list. If the newMedium is already used, it is first removed.

def append_medium(self, new_medium):
    ...
ParameterTypeDescription
new_mediumstrThe new medium.

See Also