Coverage for tests/fixtures/first_line_class_docstring.py: 100.00%
2 statements
« prev ^ index » next coverage.py v7.6.12, created at 2025-03-09 17:28 +0100
« prev ^ index » next coverage.py v7.6.12, created at 2025-03-09 17:28 +0100
1class TheClass:
2 """The first line of the docstring.
4 A bit more of the docstring.
5 """
7 pass