Skip to content

Commit

Permalink
docstrings in place.
Browse files Browse the repository at this point in the history
  • Loading branch information
raysalemi committed Jun 28, 2024
1 parent decea28 commit 910bb85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyuvm/s08_factory_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,11 @@ def set_inst_alias(self, alias_type_name, original_type, full_inst_path):
:param original_type:The original type toe be referenced
:param full_inst_path: The instance path where this alias is active
:raises: UVMNotImplemented Not implemented as it does
not seem to exist in SystemVerilog UVM
not seem to exist in SystemVerilog UVM
:return:None
"""

# This method does not seem to be implemented in SystemVerilog
# so I'm skipping it now.
raise error_classes.UVMNotImplemented(
Expand Down

0 comments on commit 910bb85

Please sign in to comment.