Remove ExtensionProxy and rely on default Python proxy for extensions. fixes #0004534

This commit is contained in:
Stefan Tröger
2021-01-17 10:45:50 +01:00
committed by wwmayer
parent 37952a5949
commit 446ce21517
13 changed files with 32 additions and 54 deletions

View File

@@ -17,8 +17,7 @@
</Documentation>
<Methode Name="addExtension">
<Documentation>
<UserDocu>Adds an extension to the object. Requires the string identifier as well as the python object
used to check for overridden functions (most likely self)</UserDocu>
<UserDocu>Adds an extension to the object. Requires the string identifier for the python extension as argument</UserDocu>
</Documentation>
</Methode>
<Methode Name="hasExtension" Const="true">