assert_class_isconcrete# pybrops.test.assert_python.assert_class_isconcrete(obj)[source]# Assert an object type is concrete. Must have several attributes: May inherit from ABCMeta, but cannot have abstract methods. Must have documentation for the class. Parameters: obj (type) – A Python object type. Return type: None