newsched
newsched copied to clipboard
Support connect(x,y,z,...)
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
Sort of addressed in https://github.com/gnuradio/newsched/commit/db8849a7c324d079d19a3da7233962e5b2a3557a with connect([x,y,z,...])
This might be sufficient without wrapping the pybind in additional python complication