quemb.shared.helper.add_init_docstring¶
- quemb.shared.helper.add_init_docstring(obj)¶
Add a sensible docstring to the __init__ method of an attrs class
Makes only sense if the attributes are type-annotated. Is a stopgap measure until https://github.com/sphinx-doc/sphinx/issues/10682 is solved.
- Return type: