declaration property

This commit is contained in:
Thomas Krijnen
2026-01-15 15:38:32 +01:00
parent ed8821486d
commit 8c2e1226c9
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -884,6 +884,7 @@ private:
%pythoncode %{
file = property(file_py)
declaration = property(declaration)
%}
}