summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/qa_file_source.py
Commit message (Collapse)AuthorAgeFilesLines
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-7/+15
| | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-301-1/+1
|
* Fix typos throughout the codeluzpaz2020-10-291-1/+1
| | | | | | | * Fix various typos Found via `codespell v2.0.dev` `codespell -q 3 -L ans,fo,hist,inout,ist,ith,nd,sinc,uint -S ./volk`
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* blocks: Fix file source QAMartin Braun2018-06-291-13/+13
| | | | | | - Fixed various linter issues - Fixed file not being opened as binary - Fixed non-Py3k compatible use of range()
* file_source: add optional offset (in items) and len (in items)Jeff Long2018-02-081-0/+153
- Adds unit tests, and splits existing unit tests into different files: qa_file_source.py - tests file_source_f qa_file_sink.py - tests file_sink_f qa_file_descriptor_source_sink.py - tests file_descriptor_*_f