src: Add descriptor protocol support for Python C++ extension modules

This commit is contained in:
marioalexis
2023-04-03 00:56:38 -03:00
committed by wwmayer
parent b02b879dd5
commit 6cb9bdd23a
7 changed files with 201 additions and 3 deletions

View File

@@ -66,6 +66,8 @@
<xs:attribute name="Reference" type="xs:boolean" use="optional"/>
<xs:attribute name="Initialization" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="DisableNotify" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="DescriptorGetter" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="DescriptorSetter" type="xs:boolean" use="optional" default="false"/>
</xs:complexType>
</xs:element>
</xs:sequence>