diff options
Diffstat (limited to 'grc/python/Port.py')
-rw-r--r-- | grc/python/Port.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/grc/python/Port.py b/grc/python/Port.py index b82995cf6f..68e851f8c9 100644 --- a/grc/python/Port.py +++ b/grc/python/Port.py @@ -84,7 +84,7 @@ class Port(_Port, _GUIPort): def __init__(self, block, n, dir): """ Make a new port from nested data. - + Args: block: the parent element n: the nested odict @@ -167,7 +167,7 @@ class Port(_Port, _GUIPort): """ Get the vector length. If the evaluation of vlen cannot be cast to an integer, return 1. - + Returns: the vector length or 1 """ @@ -180,7 +180,7 @@ class Port(_Port, _GUIPort): Get the number of ports. If already blank, return a blank If the evaluation of nports cannot be cast to a positive integer, return 1. - + Returns: the number of ports or 1 """ @@ -198,7 +198,7 @@ class Port(_Port, _GUIPort): """ Get the color that represents this port's type. Codes differ for ports where the vec length is 1 or greater than 1. - + Returns: a hex color code. """ |