How to resolve the recursive reference issue? #4445
softempire
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two C++ classes
When I define the Python wrapper with
The method_b for ClassB will return the underlying C++ type instead of the Python type. How can I resolve the problem?
Should I use the following method:
Beta Was this translation helpful? Give feedback.
All reactions