How to solve the recursive reference issue? #4129
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
-
For example, I have C++ classes ClassA and ClassB. One method of ClassA will return a pointer of ClassB, and another method of ClassB will return a pointer a ClassA.
How can I define the Python wrapper classes for ClassA and ClassB? Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions