add method

add(type)

Adds the specified object to the set.

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

Exceptions

exceptioncondition
RuntimeError (Proxy error(ArgumentException))Throws in the following cases:

See Also