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 ncoghlan
Recipients Arfrever, CliffM, eric.araujo, ethan.furman, ezio.melotti, georg.brandl, ncoghlan
Date 2013-10-24.11:08:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382612916.94.0.479593882255.issue19281@psf.upfronthosting.co.za>
In-reply-to
Content
Changing the order a bit, perhaps something like this in the data model section:

__objclass__: Interpreted by the inspect module as specifying the class where this object was defined (setting this appropriately can assist in runtime introspection of dynamic class attributes). For callables, may indicate that an instance of the given type (or a subclass) is expected or required as the first positional argument (for example, CPython sets this for unbound methods that are implemented in C rather than being normal Python functions).

Perhaps with a cross-reference from the classification function in inspect?
History
Date User Action Args
2013-10-24 11:08:36ncoghlansetrecipients: + ncoghlan, georg.brandl, ezio.melotti, eric.araujo, Arfrever, ethan.furman, CliffM
2013-10-24 11:08:36ncoghlansetmessageid: <1382612916.94.0.479593882255.issue19281@psf.upfronthosting.co.za>
2013-10-24 11:08:36ncoghlanlinkissue19281 messages
2013-10-24 11:08:36ncoghlancreate