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.
2 parents 12481a8 + b0cfdb4 commit e3f6f29Copy full SHA for e3f6f29
src/python-module.cc
@@ -55,7 +55,7 @@ BOOST_PYTHON_MODULE(wrap) {
55
dynamicgraph::python::exposeEntity<dgs::Device>()
56
.add_property("after", bp::make_function(&dgs::Device::periodicCallAfter,
57
reference_existing_object()))
58
- .def_readonly("before",
+ .add_property("before",
59
bp::make_function(&dgs::Device::periodicCallBefore,
60
reference_existing_object()));
61
0 commit comments