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:
Alexandre Duret-Lutz 2021-04-16 15:56:45 +02:00
parent b4b4730ecb
commit 093de290c1
3 changed files with 18 additions and 2 deletions

View file

@ -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>