summaryrefslogtreecommitdiff
path: root/grc/core/Connection.py
Commit message (Collapse)AuthorAgeFilesLines
* grc: pep8 formattingJosh Morman2021-11-241-2/+4
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* grc: typo in Connection.pyJeff Long2021-10-141-1/+1
| | | | | | | default for dict is just an extra arg, no default= keyword Signed-off-by: Jeff Long <willcode4@gmail.com> (cherry picked from commit 553248575079794236923ad3aa03cda03ed902d0) Signed-off-by: Jeff Long <willcode4@gmail.com>
* grc: Don't fail when type lookup fails by defaulting to an empty set.Ryan Volz2021-10-141-1/+3
| | | | Signed-off-by: Ryan Volz <ryan.volz@gmail.com>
* grc: Look up type aliases as a set instead of a single value.Ryan Volz2021-10-121-2/+2
| | | | | | | | | | | After #5127, we inadvertently had duplicate dictionary keys, meaning the last entry is the only one that actually existed and some desired aliases were missing. This changes the ALIAS_OF dictionary to ALIASES_OF where the values are now a set of aliases instead of a single string value. The one use of the ALIAS_OF dictionary was changed to operate on the returned set. Signed-off-by: Ryan Volz <ryan.volz@gmail.com>
* grc: match data type aliases as well as typesJeff Long2021-04-101-1/+2
| | | | Signed-off-by: Jeff Long <willcode4@gmail.com>
* grc: Check connection types, whether they matchVolker Schroer2021-04-091-0/+5
| | | | Signed-off-by: Volker Schroer <3470424+dl1ksv@users.noreply.github.com>
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-1/+0
| | | | | | | | | | | | | | | | All of the removed `from __future__ import` were needed in older versions of Python (mostly 2.5.x and below) but later became mandatory in most versions of Python 3 hence are not necessary anymore. More specifically, according to __future__.py[1]: - unicode_literals is part of Python since versions 2.6.0 and 3.0.0; - print_function is part of Python since versions 2.6.0 and 3.0.0; - absolute_import is part of Python since versions 2.5.0 and 3.0.0; - division is part of Python since versions 2.2.0 and 3.0.0; Get rid of those unnecessary imports to slightly clean up the codebase. [1] https://github.com/python/cpython/blob/master/Lib/__future__.py
* Update license header to SPDX formatdevnulling2020-01-271-13/+2
|
* grc: added yaml/mako supportSebastian Koslowski2017-06-291-80/+33
| | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format.
* grc: remove support for old msg queuesSebastian Koslowski2016-08-081-3/+0
|
* grc: various clean-ups and fixesSebastian Koslowski2016-07-291-12/+10
|
* grc: refactor: replace get_enabled by propSebastian Koslowski2016-07-291-17/+18
|
* grc: refactor: some more bus ports stuffSebastian Koslowski2016-07-291-13/+11
|
* grc: refactor: remote port domain getterSebastian Koslowski2016-07-131-2/+2
|
* grc-refactor: Block: remove key gettersSebastian Koslowski2016-07-131-2/+2
|
* grc: gtk3: fix paste and domain color settingsSebastian Koslowski2016-06-101-3/+3
|
* grc-refactor: rewrite tree-api in coreSebastian Koslowski2016-06-101-7/+7
|
* grc-refactor: ConnectionsSebastian Koslowski2016-06-091-48/+58
|
* grc-refactor: remove odictSebastian Koslowski2016-06-091-2/+3
|
* grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-2/+6
|
* grc-refactor: Platform.pySebastian Koslowski2016-02-171-5/+3
|
* grc-refactor: cmake fixes and more reorganizingSebastian Koslowski2016-02-171-2/+1
|
* grc-refactor: rename grc/model/ to grc/core/Sebastian Koslowski2016-02-171-0/+164