[issue30396] Document the PyClassMethod* C API functions.

Decorater report at bugs.python.org
Wed May 17 21:49:31 EDT 2017


New submission from Decorater:

The way the documentation currently is set up there is no way to know what these functions in the C API actually do or what all the parameters are to call it unless someone source dives into python. Because of this I think making an C API page or a section for the functions like these or similar capabilities would be an Great an huge help to others as well as an example small module using said PyClassMethod* functions.

I will need to look at how far down in python versions that these functions exist for though.

----------
assignee: docs at python
components: Documentation, Extension Modules
messages: 293907
nosy: Decorater, docs at python
priority: normal
severity: normal
status: open
title: Document the PyClassMethod* C API functions.
versions: Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30396>
_______________________________________


More information about the Python-bugs-list mailing list