We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1441a36 commit 90b37bfCopy full SHA for 90b37bf
bindings/Sofa/src/SofaPython3/Sofa/Core/Binding_BaseData.cpp
@@ -225,7 +225,6 @@ void moduleAddBaseData(py::module& m)
225
data.def("getCounter", [](BaseData& self) { return self.getCounter(); }, sofapython3::doc::baseData::getCounter);
226
data.def("setValue", setValue);
227
data.def("getValue", getValue);
228
- data.def("getCounter", [](BaseData& self) { return self.getCounter(); }, sofapython3::doc::baseData::getCounter);
229
data.def("getHelp", &BaseData::getHelp, sofapython3::doc::baseData::getHelp);
230
data.def("unset", [](BaseData& b){ b.unset(); }, sofapython3::doc::baseData::unset);
231
data.def("getOwner", &getOwner, sofapython3::doc::baseData::getOwner);
0 commit comments