python: add binding for spot::twa::prop_set
Fix #453. * python/spot/impl.i: Here. * NEWS: Mention them. * tests/python/twagraph.py: Test them.
This commit is contained in:
parent
b4b4730ecb
commit
093de290c1
3 changed files with 18 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2009-2020 Laboratoire de Recherche et Développement
|
||||
// Copyright (C) 2009-2021 Laboratoire de Recherche et Développement
|
||||
// de l'Epita (LRDE).
|
||||
// Copyright (C) 2003-2006 Laboratoire d'Informatique de Paris 6
|
||||
// (LIP6), département Systèmes Répartis Coopératifs (SRC), Université
|
||||
|
|
@ -526,6 +526,8 @@ namespace std {
|
|||
}
|
||||
%}
|
||||
|
||||
%feature("flatnested") spot::twa::prop_set;
|
||||
%rename (twa_prop_set) spot::twa::prop_set;
|
||||
%include <spot/twa/twa.hh>
|
||||
|
||||
%include <spot/tl/apcollect.hh>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue