class documentation

class InlineAttributeTest(BaseDocstringTest): (source)

View In Hierarchy

Undocumented

Method test_attribute_colon_description This is the correct behaviour as per: https://github.com/sphinx-doc/sphinx/issues/9273. But still, it feels a bit off.
Method test_class_data_member Undocumented
Method test_class_data_member_inline Undocumented
Method test_class_data_member_inline_no_type Undocumented
Method test_class_data_member_inline_ref_in_type Undocumented

Inherited from BaseDocstringTest:

Method assertAlmostEqualSphinxDocstring Check if the upstream version of the parser class (from sphinx.ext.napoleon) parses the docstring as expected.
Class Variable maxDiff Undocumented
def test_attribute_colon_description(self): (source)

This is the correct behaviour as per: https://github.com/sphinx-doc/sphinx/issues/9273. But still, it feels a bit off.

def test_class_data_member(self): (source)

Undocumented

def test_class_data_member_inline(self): (source)

Undocumented

def test_class_data_member_inline_no_type(self): (source)

Undocumented

def test_class_data_member_inline_ref_in_type(self): (source)

Undocumented