replace_item method

replace_item

def replace_item(self, new_item, index):
    ...
ParameterTypeDescription
new_itemstr
indexint

See Also