This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Decorater
Recipients Decorater, docs@python
Date 2017-05-17.18:03:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495044201.1.0.201029763163.issue30390@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm seems that when looking at the exports in python36.dll that the following functions seem to not be documented as far as I seen:

PyClassMethodDescr_Type
PyClassMethod_New
PyClassMethod_Type

There might be more functions dealing with classes that are not documented. However looking through the whole exports would take to long as there are so many.
History
Date User Action Args
2017-05-17 18:03:21Decoratersetrecipients: + Decorater, docs@python
2017-05-17 18:03:21Decoratersetmessageid: <1495044201.1.0.201029763163.issue30390@psf.upfronthosting.co.za>
2017-05-17 18:03:21Decoraterlinkissue30390 messages
2017-05-17 18:03:20Decoratercreate