Spreadsheet: proper implementation of mp_subscript of Mapping protocol of PropertySheetPy

This commit is contained in:
wmayer
2022-01-07 19:55:21 +01:00
parent a67e78bda0
commit 5e509227d2
2 changed files with 18 additions and 18 deletions

View File

@@ -15,5 +15,17 @@
<Author Licence="LGPL" Name="Eivind Kvedalen" EMail="eivind@kvedalen.name" />
<UserDocu>Internal spreadsheet object</UserDocu>
</Documentation>
<Sequence
sq_length="false"
sq_concat="false"
sq_repeat="false"
sq_item="false"
mp_subscript="true"
sq_ass_item="false"
mp_ass_subscript="false"
sq_contains="false"
sq_inplace_concat="false"
sq_inplace_repeat="false">
</Sequence>
</PythonExport>
</GenerateModel>