remove method

remove(type)

Removes the specified object from the set.

def remove(self, type: object):
    ...
ParameterTypeDescription
typeobjectA object to remove.

Exceptions

exceptioncondition
RuntimeError (Proxy error(ArgumentException))Throws if type isNone.

See Also