Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
3aa4c28d
Commit
3aa4c28d
authored
May 12, 2021
by
legoc
Browse files
Default value for options added in Server.start(name, args, options)
parent
74fd8ee4
Changes
1
Hide whitespace changes
Inline
Side-by-side
cameo-api-python/src/Application.cpp
View file @
3aa4c28d
...
...
@@ -258,7 +258,7 @@ PYBIND11_MODULE(cameopy, m) {
py
::
call_guard
<
py
::
gil_scoped_release
>
())
.
def
(
"start"
,
py
::
overload_cast
<
const
std
::
string
&
,
const
std
::
vector
<
std
::
string
>&
,
int
>
(
&
cameo
::
Server
::
start
),
"name"
_a
,
"args"
_a
,
"options"
_a
,
"name"
_a
,
"args"
_a
,
"options"
_a
=
0
,
py
::
call_guard
<
py
::
gil_scoped_release
>
())
.
def
(
"connectAll"
,
&
cameo
::
Server
::
connectAll
,
"name"
_a
,
"options"
_a
=
0
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment