Abstract base class for commutative algebras

sage.rings.commutative_algebra.is_CommutativeAlgebra(x)

Check to see if x is a CommutativeAlgebra.

EXAMPLES:

sage: sage.rings.commutative_algebra.is_CommutativeAlgebra(sage.rings.ring.CommutativeAlgebra(ZZ))
True