How to know which c++ method is called through pybind11? #5366
FlintWangacc
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 am debugging a project which use pybind to call c++ method. But I don't know the corresponding c++ method of each python method. Is there a way to find these relationship between c++ method and python method.
Beta Was this translation helpful? Give feedback.
All reactions