sphinx/tests/roots/test-ext-coverage/grog/coverage_missing.py
2025-01-03 01:33:14 +00:00

9 lines
165 B
Python

"""This module is intentionally not documented."""
class Missing:
"""An undocumented class."""
def missing_a(self):
"""An undocumented method."""