cpython/Lib/test/test_pydoc
T. Wouters d4544cb232
gh-128923: fix test_pydoc for object subclasses without `__module__` (#128951)
Fix pydoc's docclass() for classes inheriting from object without the `__module__` attribute, like `_testcapi.HeapType`.
2025-01-17 23:43:17 +01:00
..
__init__.py
pydoc_mod.py
pydocfodder.py gh-113942: Show functions implemented as builtin methods (GH-115306) 2024-02-26 20:29:49 +02:00
test_pydoc.py gh-128923: fix test_pydoc for object subclasses without `__module__` (#128951) 2025-01-17 23:43:17 +01:00