aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/vhdl/flists.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-06-26 18:47:45 +0200
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-07-01 06:39:46 +0200
commit06e53f991bee84c881cbea64bb9f7067d9d033fc (patch)
tree7ccf710a07be4325aa9ec8351310149696178a01 /pyGHDL/libghdl/vhdl/flists.py
parent2492b5595c7a61e29096a217e46f9dfe2e0fd6ac (diff)
downloadghdl-06e53f991bee84c881cbea64bb9f7067d9d033fc.tar.gz
ghdl-06e53f991bee84c881cbea64bb9f7067d9d033fc.tar.bz2
ghdl-06e53f991bee84c881cbea64bb9f7067d9d033fc.zip
Fix Codacy problems.
Diffstat (limited to 'pyGHDL/libghdl/vhdl/flists.py')
-rw-r--r--pyGHDL/libghdl/vhdl/flists.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyGHDL/libghdl/vhdl/flists.py b/pyGHDL/libghdl/vhdl/flists.py
index 3829921f3..9d5b7fdb7 100644
--- a/pyGHDL/libghdl/vhdl/flists.py
+++ b/pyGHDL/libghdl/vhdl/flists.py
@@ -56,6 +56,7 @@ def Flast(FList: int) -> int:
:param FList: List to query.
:return: Index of the last element in the list.
"""
+ return 0
@export
@@ -67,6 +68,7 @@ def Length(FList: int) -> int:
:param FList: List to query.
:return: Number of elements in the list.
"""
+ return 0
@export
@@ -80,3 +82,4 @@ def Get_Nth_Element(FList: int, N: int) -> int:
:param FList: List to query.
:return: Type: ``El_Type``
"""
+ return 0