Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
f6e6099d
Commit
f6e6099d
authored
Mar 29, 2017
by
Alexandre Duret-Lutz
Browse files
python: mark prop_deterministic as deprecated
Related to
#212
. * python/spot/impl.i: Here.
parent
60bf675c
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/spot/impl.i
View file @
f6e6099d
...
...
@@ -444,6 +444,12 @@ namespace std {
%
include
<
spot
/
twa
/
acc
.
hh
>
%
template
(
pair_bool_mark
)
std
::
pair
<
bool
,
spot
::
acc_cond
::
mark_t
>
;
%
pythonprepend
spot
::
twa
::
prop_deterministic
%
{
from
warnings
import
warn
warn
(
"use prop_universal() instead of prop_deterministic()"
,
DeprecationWarning
)
%
}
%
include
<
spot
/
twa
/
twa
.
hh
>
%
include
<
spot
/
tl
/
apcollect
.
hh
>
...
...
@@ -484,6 +490,7 @@ namespace std {
%
noexception
spot
::
twa_graph
::
edges
;
%
noexception
spot
::
twa_graph
::
univ_dests
;
// Instead of %feature("shadow") we would like to use just
// %pythonprepend spot::twa_graph::out %{ self.report_univ_dest(src) %}
// However Swig 3.0.2 (from Debian stable) names the argument "*args"
...
...
Alexandre Duret-Lutz
@adl
mentioned in commit
6db37f8e
·
Mar 30, 2017
mentioned in commit
6db37f8e
mentioned in commit 6db37f8eb6d80291f809ea65c732932eaae1eb8d
Toggle commit list
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