ulkb.Object.with_annotations#

Object.with_annotations(**kwargs)[source]#

Shallow-copies object overwriting its annotations.

Parameters:

kwargs – Annotations.

Returns:

A shallow copy of object.

Equivalent to:#
obj.copy(**kwargs)

See also

Object.copy().