Gr::block::add_item_tag not exposed to Python

Hello,

there is a reason why the gr::block::add_item_tag() method and other
methods to operate on stream tags are not available from Python?

Should I send a patch to add them to the SWIG class definition?

Thanks. Cheers,
Daniele

On 12/02/2014 03:01 PM, Daniele N. wrote:

Hello,

there is a reason why the gr::block::add_item_tag() method and other
methods to operate on stream tags are not available from Python?

Should I send a patch to add them to the SWIG class definition?

They are, see e.g. gr-blocks/python/blocks/qa_block_gateway.py.

Cheers,
M

On 02/12/14 15:10, Martin B. wrote:

On 12/02/2014 03:01 PM, Daniele N. wrote:

Hello,

there is a reason why the gr::block::add_item_tag() method and other
methods to operate on stream tags are not available from Python?

Should I send a patch to add them to the SWIG class definition?

They are, see e.g. gr-blocks/python/blocks/qa_block_gateway.py.

Thanks Martin,

SWIG contortions make them hard to find… :slight_smile:

Cheers,
Daniele