mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
9 lines
165 B
Python
9 lines
165 B
Python
"""This module is intentionally not documented."""
|
|
|
|
|
|
class Missing:
|
|
"""An undocumented class."""
|
|
|
|
def missing_a(self):
|
|
"""An undocumented method."""
|