diff options
author | Josh Blum | 2012-11-18 00:34:42 -0800 |
---|---|---|
committer | Josh Blum | 2012-11-18 00:34:42 -0800 |
commit | c75071699583fba4fd2be4cb2142ed5e7e07e4b4 (patch) | |
tree | 9bb0d27aaac65b02aca83b7eb3df79b3b51fa608 /python | |
parent | eba4d4bbec74e4daf3927e75950ea50efa99739a (diff) | |
download | sandhi-c75071699583fba4fd2be4cb2142ed5e7e07e4b4.tar.gz sandhi-c75071699583fba4fd2be4cb2142ed5e7e07e4b4.tar.bz2 sandhi-c75071699583fba4fd2be4cb2142ed5e7e07e4b4.zip |
convenience produce/consume + propagate_tags default
Diffstat (limited to 'python')
-rw-r--r-- | python/gras/GRAS_Block.i | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/gras/GRAS_Block.i b/python/gras/GRAS_Block.i index b224b74..f068b25 100644 --- a/python/gras/GRAS_Block.i +++ b/python/gras/GRAS_Block.i @@ -165,6 +165,11 @@ struct BlockPython : Block const std::vector<void *> &, const std::vector<size_t> & ) = 0; + + void propagate_tags(const size_t which_input, const TagIter &iter) + { + //TODO implement _Py_ version of this + } }; } |