From ab9da0b6ec81f46d0ec8bd0314ba1ea00b32fd8e Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 15 Sep 2020 16:57:35 -0500 Subject: util: Ensure docstring reflects reality --- ncserver/base/util.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/ncserver/base/util.py b/ncserver/base/util.py index 5223d92..277c4df 100644 --- a/ncserver/base/util.py +++ b/ncserver/base/util.py @@ -84,13 +84,8 @@ def handle_list_operation(rpc, the_list: list, node, operation: str) -> list: :param node: The XML node that represents the item being operated on. - :param str insert: - The insertion mode for non-deletion operation: first, last, before, - after. Defaults to 'last' if None. - - :param insert_value: - The value to insert the new value before or after. Only used if - 'insert' is before or after. + :param str operation: + The operation to perform: create, merge, replace, delete, remove. :returns list: The list with the value manipulated with the desired effect. -- cgit v1.2.3-70-g09d2