Skip to content
Snippets Groups Projects
Commit 0f883f43 authored by Tobias Schmidt's avatar Tobias Schmidt
Browse files

add missing python export in bondhandle

parent 56f012a1
Branches
Tags
No related merge requests found
......@@ -52,6 +52,7 @@ void export_Bond()
.def("GetBondOrder",&BondHandle::GetBondOrder)
.def("SetBondOrder",&BondHandle::SetBondOrder)
.def("IsValid", &BondHandle::IsValid)
.def("GetHashCode", &BondHandle::GetHashCode)
.def(self == self)
.def(self != self)
.def(self_ns::str(self))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment