Tools: support of METH_NOARGS flag for Python methods

This commit is contained in:
wmayer
2023-09-27 12:43:32 +02:00
committed by wwmayer
parent 7aa31adb01
commit 3b9aefa4a3
3 changed files with 80 additions and 12 deletions

View File

@@ -18,6 +18,7 @@
<xs:attribute name="Name" type="xs:string" use="required"/>
<xs:attribute name="Const" type="xs:boolean" use="optional"/>
<xs:attribute name="Keyword" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="NoArgs" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="Class" type="xs:boolean" use="optional" default="false"/>
<xs:attribute name="Static" type="xs:boolean" use="optional" default="false"/>
</xs:complexType>