Replies: 2 comments 9 replies
-
it’s great! no risk I’m aware of, I used to do that a lot in .NET before extension methods came out. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there any way to return wrappers as an object of an extending class? Suppose I have implemented a class: # pyrx/db/extents.py
class Extents(Db.Extents):
... Is there any possibility that |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create classes that extend your wrappers, e.g. something like this:
Is this a good way? Do you see any risks?
Beta Was this translation helpful? Give feedback.
All reactions