Re: can you improve this text-only beginner copy program?
[email protected] (Stefan Ram) 28 Aug 2025 20:50:50 GMT
| Newsgroups | comp.lang.python |
|---|---|
| Organization | Stefan Ram |
| Message-ID | <[email protected]> |
Mark Bourne <[email protected]> wrote or quoted: >I don't know if Sphinx can extract types from type hints but, Yes, Sphinx can extract types from type hints, and there are settings like "autodoc_typehints", "autodoc_typehints_description_target", "autodoc_typehints_format" since version 2.1 or later.