<div dir="ltr"><div><div>There are extensive docs for CPython's public API at <a href="https://docs.python.org/3/c-api/index.html">https://docs.python.org/3/c-api/index.html</a>.<br><br></div>For functions that are exposed to Python via an extension module there's the Argument Clinic, incompletely implemented, see PEP 436 (accepted).<br><br></div>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!<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 13, 2017 at 9:24 AM, Ivan Levkivskyi <span dir="ltr"><<a href="mailto:levkivskyi@gmail.com" target="_blank">levkivskyi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On 13 April 2017 at 13:26, Louie Lu <span dir="ltr"><<a href="mailto:me@louie.lu" target="_blank">me@louie.lu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi everyone,<div></div><div>Is there any docstring format used inside CPython core? e.g. Doxygen.</div></div></blockquote><div><br></div></span><div>I don't think there is anything beyond <a href="https://www.python.org/dev/peps/pep-0257/" target="_blank">https://www.python.org/dev/<wbr>peps/pep-0257/</a><br><br>--<br></div><div>Ivan<br><br><br></div></div></div></div>
<br>______________________________<wbr>_________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/<wbr>mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/guido%40python.org" rel="noreferrer" target="_blank">https://mail.python.org/<wbr>mailman/options/python-dev/<wbr>guido%40python.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">--Guido van Rossum (<a href="http://python.org/~guido" target="_blank">python.org/~guido</a>)</div>
</div>