Setting a class docstring using DocStringAttribute doesn't work if the class has a constructor, unless SuppressDocs is set. The class docstring should only get defaulted to the ctor string if no explicit docstring has been provided.
Setting a class docstring using DocStringAttribute doesn't work if the class has a constructor, unless SuppressDocs is set.
The class docstring should only get defaulted to the ctor string if no explicit docstring has been provided.