assert_method_documentation# pybrops.test.assert_python.assert_method_documentation(obj, name)[source]# Test a method for complete documentation. Parameters: obj (type) – Object type for which the method is attached. name (str) – Name of the method to test. Return type: None