summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/qa_selector.py
Commit message (Collapse)AuthorAgeFilesLines
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-43/+52
| | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons
* blocks: add pybind11 bindingsJosh Morman2020-06-041-4/+4
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* blocks: replace blks2_selector with new implementationJosh Morman2019-06-151-0/+223
blks2_selector was deprecated and finally removed This block implements the same functionality but in a way more similar to the Copy block fixes #2460