remove useless methods startEditing/finishEditing/isEditing from Python wrapper of view provider

add attribute to access document from view provider
This commit is contained in:
wmayer
2018-10-03 16:31:58 +02:00
parent a7985a591d
commit 10d8986915
4 changed files with 14 additions and 43 deletions

View File

@@ -24,5 +24,11 @@
</Documentation>
<Parameter Name="Object" Type="Object" />
</Attribute>
<Attribute Name="Document" ReadOnly="true">
<Documentation>
<UserDocu>Return the document the view provider is part of</UserDocu>
</Documentation>
<Parameter Name="Document" Type="Object" />
</Attribute>
</PythonExport>
</GenerateModel>