enthought / enthought/comtypes

Should comtypes support default properties

Open
#61 2 comments 0 reactions 0 assignees View on GitHub
enhancement question
Dominant language
Python
Stars
345
Forks
105
PR merge metrics
No merged PRs in 30d

Description

Default properties add syntactic sugar to interfaces, as described [here](http://msdn.microsoft.com/en-us/library/az06zx4y%28v=vs.90%29.aspx). `Item` is usually a default property.

Comtypes always treats `Item` as a default property, as defined [here](https://github.com/enthought/comtypes/blob/b8179ee7e6036bc00d8493d5be5d09a0ca292c9b/comtypes/__init__.py#L369), but perhaps should support default properties in a more general way.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.