newsched icon indicating copy to clipboard operation
newsched copied to clipboard

Support connect(x,y,z,...)

Open mormj opened this issue 3 years ago • 2 comments

This should be done through some variable arguments in the c++ code, and wrapped appropriately in pybind11

As a last resort, do it the GR way of only supporting this syntax in python with some ugly wrapper

mormj avatar Jun 17 '21 14:06 mormj

Sort of addressed in https://github.com/gnuradio/newsched/commit/db8849a7c324d079d19a3da7233962e5b2a3557a with connect([x,y,z,...])

mormj avatar Oct 13 '21 15:10 mormj

This might be sufficient without wrapping the pybind in additional python complication

mormj avatar Oct 19 '21 20:10 mormj