ulkb.Object.deepequal#
- Object.deepequal(other)[source]#
Tests whether object is deep-equal to other.
Two objects are deep-equal if they are instances of the same class and their arguments (
args
) and annotations (annotations
) are deep-equal.- Parameters:
other –
Object
.- Returns:
True
if successful;False
otherwise.
obj.equal(other, deep=True)
See also