Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
aidge
aidge_core
Commits
77e3bcf5
Commit
77e3bcf5
authored
5 months ago
by
Octave Perrin
Browse files
Options
Downloads
Patches
Plain Diff
python binds correct syntax
parent
02a83091
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python_binding/graph/pybind_GraphView.cpp
+4
-4
4 additions, 4 deletions
python_binding/graph/pybind_GraphView.cpp
with
4 additions
and
4 deletions
python_binding/graph/pybind_GraphView.cpp
+
4
−
4
View file @
77e3bcf5
...
@@ -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"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment