aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/libraries.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/libraries.py
parent2492b5595c7a61e29096a217e46f9dfe2e0fd6ac (diff)
downloadghdl-06e53f991bee84c881cbea64bb9f7067d9d033fc.tar.gz
ghdl-06e53f991bee84c881cbea64bb9f7067d9d033fc.tar.bz2
ghdl-06e53f991bee84c881cbea64bb9f7067d9d033fc.zip
Fix Codacy problems.
Diffstat (limited to 'pyGHDL/libghdl/libraries.py')
-rw-r--r--pyGHDL/libghdl/libraries.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyGHDL/libghdl/libraries.py b/pyGHDL/libghdl/libraries.py
index 7dd417054..07075044d 100644
--- a/pyGHDL/libghdl/libraries.py
+++ b/pyGHDL/libghdl/libraries.py
@@ -72,6 +72,7 @@ def Get_Libraries_Chain() -> Iir_Library_Declaration:
:return: undocumented
"""
+ return 0
@export
@@ -116,6 +117,7 @@ def Find_Entity_For_Component(Name: NameId) -> Iir_Design_Unit:
:param Name: Entity name to search for.
:return: undocumented
"""
+ return 0
@export
@@ -127,6 +129,7 @@ def Get_Library_No_Create(Ident: NameId) -> Iir_Library_Declaration:
:param Ident: Library to look for.
:return: Return :attr:`~pyGHDL.libghdl.vhdl.nodes.Null_Iir` if it doesn't exist.
"""
+ return 0
@export
@@ -141,3 +144,4 @@ def Find_Primary_Unit(
:param Name: Primary unit to search for.
:return: undocumented
"""
+ return 0