Skip to content
Snippets Groups Projects
Commit 77e3bcf5 authored by Octave Perrin's avatar Octave Perrin
Browse files

python binds correct syntax

parent 02a83091
No related branches found
No related tags found
No related merge requests found
...@@ -149,8 +149,8 @@ void init_GraphView(py::module& m) { ...@@ -149,8 +149,8 @@ void init_GraphView(py::module& m) {
the graph and connects it if that makes sense without ambiguity (effectively treating the removed Node as an the graph and connects it if that makes sense without ambiguity (effectively treating the removed Node as an
identity operation). identity operation).
:param cloneNode Callback function to clone a node :param cloneNode: Callback function to clone a node
:type cloneNode Node :type cloneNode: Node
:return: Cloned GraphView :return: Cloned GraphView
:rtype: GraphView :rtype: GraphView
)mydelimiter") )mydelimiter")
...@@ -164,8 +164,8 @@ void init_GraphView(py::module& m) { ...@@ -164,8 +164,8 @@ void init_GraphView(py::module& m) {
R"mydelimiter( R"mydelimiter(
Get the Node with the corresponding name if it is in the GraphView. Get the Node with the corresponding name if it is in the GraphView.
:param node_name The name of the Node :param node_name: The name of the Node
:type string :type node_name: string
:return: The Node of the GraphView with corresponding name :return: The Node of the GraphView with corresponding name
:rtype: Node :rtype: Node
)mydelimiter") )mydelimiter")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment