How to reload python module that is build with c++ source code using pybind11

前端 未结 0 1175
南笙
南笙 2021-02-02 16:11

I am using the first step example in pybind11\'s documentation

#include 
int add(int i, int j)
{
    return i + j;
}
PYBIND11_MODULE(ex         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题