remove method

remove

Removes the first occurrence of the specified author in a collection.

def remove(self, author):
    ...
ParameterTypeDescription
authorICommentAuthorThe author to remove from a collection.

Exceptions

ExceptionDescription
RuntimeError(Proxy error(ArgumentNullException))Author is null
PptxEditExceptionThrown if author is already removed.

See Also