cpython/Lib/test/test_pydoc
sobolevn 9c7657f099
gh-113878: Add `doc` parameter to `dataclasses.field` (gh-114051)
If using `slots=True`, the `doc` parameter ends up in the `__slots__` dict. The `doc` parameter is also in the corresponding `Field` object.
2024-09-27 12:20:49 -04:00
..
__init__.py
pydoc_mod.py
pydocfodder.py
test_pydoc.py