You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import cppyy has a similar effect to
__import__('cppyy', globals(), locals(), [], 0). To model in the C API we need
to assign to the cppyy global. That is, set the cppyy attribute on the __main__
module.
0 commit comments