Skip to content
Snippets Groups Projects
Unverified Commit 428af93e authored by SKAJohanVenter's avatar SKAJohanVenter
Browse files

SAR-287 Updated docstrings

parent a4c78349
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ class SKASubarray(SKAObsDevice): ...@@ -47,7 +47,7 @@ class SKASubarray(SKAObsDevice):
:return: A tuple containing a return code and a string :return: A tuple containing a return code and a string
message indicating status. The message is for message indicating status. The message is for
information purpose only. information purpose only.
:rtype: ([ResultCode], [str]) :rtype: (ResultCode, str)
""" """
super().do() super().do()
...@@ -96,7 +96,7 @@ class SKASubarray(SKAObsDevice): ...@@ -96,7 +96,7 @@ class SKASubarray(SKAObsDevice):
:return: A tuple containing a return code and a string :return: A tuple containing a return code and a string
message indicating status. The message is for message indicating status. The message is for
information purpose only. information purpose only.
:rtype: ([ResultCode], [str]) :rtype: (ResultCode, str)
""" """
component_manager = self.target component_manager = self.target
component_manager.assign(argin) component_manager.assign(argin)
...@@ -143,7 +143,7 @@ class SKASubarray(SKAObsDevice): ...@@ -143,7 +143,7 @@ class SKASubarray(SKAObsDevice):
:return: A tuple containing a return code and a string :return: A tuple containing a return code and a string
message indicating status. The message is for message indicating status. The message is for
information purpose only. information purpose only.
:rtype: ([ResultCode], [str]) :rtype: (ResultCode, str)
""" """
component_manager = self.target component_manager = self.target
component_manager.release(argin) component_manager.release(argin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment