assert_function_isconcrete# pybrops.test.assert_python.assert_function_isconcrete(fn)[source]# Assert a concrete function for several attributes: have documentation not raise NotImplementedError. Parameters: fn (function) – An abstract method. Return type: None