assert_function_isconcrete#

pybrops.test.assert_python.assert_function_isconcrete(fn)[source]#

Assert a concrete function for several attributes:

  1. have documentation

  2. not raise NotImplementedError.

Parameters:

fn (function) – An abstract method.

Return type:

None