We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ebe1e commit 4e058b7Copy full SHA for 4e058b7
core/pythoncdb/py_algorithms.hh
@@ -30,10 +30,10 @@ namespace cadabra
30
m.def(name,
31
&apply_algo<Algo, Args...>,
32
pybind11::arg("ex"),
33
- std::forward<PyArgs>(args)...,
34
pybind11::arg("deep") = deep,
35
pybind11::arg("repeat") = repeat,
36
pybind11::arg("depth") = depth,
+ std::forward<PyArgs>(args)...,
37
pybind11::doc(read_manual("algorithms", name).c_str()),
38
pybind11::return_value_policy::reference_internal);
39
}
@@ -60,10 +60,10 @@ namespace cadabra
60
61
&apply_algo_preorder<Algo, Args...>,
62
63
64
65
66
67
68
69
0 commit comments