assert_function_documentation#

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

Test a function for complete documentation.

Parameters:

fn (function) – A function for which to test documentation.

Return type:

None