Skip to content
Snippets Groups Projects
Commit c89564bc authored by Studer Gabriel's avatar Studer Gabriel
Browse files

Python export for ProfileHandleList is not required

parent d3c85f00
No related branches found
No related tags found
No related merge requests found
......@@ -553,9 +553,6 @@ residue. It mainly contains:
:type: :class:`float`
.. class:: ProfileHandleList
Represents a list of :class:`ProfileHandle` objects
.. class:: ProfileDB
......
......@@ -58,10 +58,6 @@ void export_profile_handle()
.def(vector_indexing_suite<ProfileColumnList>())
;
class_<ProfileHandleList>("ProfileHandleList", init<>())
.def(vector_indexing_suite<ProfileHandleList>())
;
class_<ProfileHandle, ProfileHandlePtr>("ProfileHandle", init<>())
.def("__len__",&ProfileHandle::size)
.def("AddColumn", &ProfileHandle::push_back)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment