File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -866,7 +866,7 @@ def _direct_source_commit(self):
866
866
867
867
class UnexpectedTypeError (TypeError ):
868
868
"""
869
- Exception to be raised by :meth:`basyx.aas.model.base .ModelReference.resolve` if the retrieved object has not
869
+ Exception to be raised by :meth:`.ModelReference.resolve` if the retrieved object has not
870
870
the expected type.
871
871
872
872
:ivar value: The object of unexpected type
@@ -1029,7 +1029,7 @@ def resolve(self, provider_: "provider.AbstractObjectProvider") -> _RT:
1029
1029
:return: The referenced object (or a proxy object for it)
1030
1030
:raises IndexError: If the list of keys is empty
1031
1031
:raises TypeError: If one of the intermediate objects on the path is not a
1032
- :class:`~basyx.aas.model.base.Namespace `
1032
+ :class:`~.UniqueIdShortNamespace `
1033
1033
:raises ValueError: If a non-numeric index is given to resolve in a
1034
1034
:class:`~basyx.aas.model.submodel.SubmodelElementList`
1035
1035
:raises UnexpectedTypeError: If the retrieved object is not of the expected type (or one of its subclasses). The
You can’t perform that action at this time.
0 commit comments