python interface: automatically derive method type for *_free
commit8ff6d11256ff240c3c6bde60c7dabc1eea5b81d5
authorTobias Grosser <tobias@grosser.es>
Thu, 30 Jun 2016 14:22:36 +0000 (30 16:22 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 1 Jul 2016 15:21:13 +0000 (1 17:21 +0200)
tree28fff34624336b3908aa3f8e107e1bd1b7cde397
parent4f1364d9aa2715a1527d3ff048a7cf89bc99f177
python interface: automatically derive method type for *_free

This reduces hardcoded ctypes specific printing and allows us to verify
that a _free() function has been declared for the given isl type.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
interface/python.cc