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