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 gh-113942: Show functions implemented as builtin methods (GH-115306) 2024-02-26 20:29:49 +02:00
test_pydoc.py gh-113878: Add `doc` parameter to `dataclasses.field` (gh-114051) 2024-09-27 12:20:49 -04:00