There are extensive docs for CPython's public API at
https://docs.python.org/3/c-api/index.html.

For functions that are exposed to Python via an extension module there's
the Argument Clinic, incompletely implemented, see PEP 436 (accepted).

For functions that are neither (like the ones you mention) we use good old
C comments, and if you want to add more of those, please do and submit a PR!

On Thu, Apr 13, 2017 at 9:24 AM, Ivan Levkivskyi <levkivs...@gmail.com>
wrote:

> On 13 April 2017 at 13:26, Louie Lu <m...@louie.lu> wrote:
>
>> Hi everyone,
>> Is there any docstring format used inside CPython core? e.g. Doxygen.
>>
>
> I don't think there is anything beyond https://www.python.org/dev/
> peps/pep-0257/
>
> --
> Ivan
>
>
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: https://mail.python.org/mailman/options/python-dev/
> guido%40python.org
>
>


-- 
--Guido van Rossum (python.org/~guido)
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to