Adding support for implementing dotnet Abstract classes in python #2020
eirannejad
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I have started a branch to implement support for dotnet Abstract classes in python. The API that we use has lots of abstract classes for various mechanisms and we'd like to be able to support that in python 3 as well.
WIP here: mcneel/pythonnet@master...pr/abstractClasses
Any thoughts on this subject and things I should look for when implementing is welcome.
I could use also use some help understanding better how the classes are wrapped in pythonnet
Beta Was this translation helpful? Give feedback.
All reactions