mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-06 06:11:25 +00:00
pickling support (fixes #144)
This commit is contained in:
@@ -23,6 +23,7 @@ void init_ex11(py::module &);
|
||||
void init_ex12(py::module &);
|
||||
void init_ex13(py::module &);
|
||||
void init_ex14(py::module &);
|
||||
void init_ex15(py::module &);
|
||||
void init_issues(py::module &);
|
||||
|
||||
PYBIND11_PLUGIN(example) {
|
||||
@@ -42,6 +43,7 @@ PYBIND11_PLUGIN(example) {
|
||||
init_ex12(m);
|
||||
init_ex13(m);
|
||||
init_ex14(m);
|
||||
init_ex15(m);
|
||||
init_issues(m);
|
||||
|
||||
return m.ptr();
|
||||
|
||||
Reference in New Issue
Block a user