assert_class_isconcrete#

pybrops.test.assert_python.assert_class_isconcrete(obj)[source]#

Assert an object type is concrete. Must have several attributes:

  1. May inherit from ABCMeta, but cannot have abstract methods.

  2. Must have documentation for the class.

Parameters:

obj (type) – A Python object type.

Return type:

None