From 07112693af2a662440aeed90fa94cb56e4e4e066 Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Tue, 30 Jun 2020 14:25:22 -0700 Subject: [PATCH] lfcli_base.py: updates pydoc --- py-json/LANforge/lfcli_base.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/py-json/LANforge/lfcli_base.py b/py-json/LANforge/lfcli_base.py index fdf0268f..7a640ece 100644 --- a/py-json/LANforge/lfcli_base.py +++ b/py-json/LANforge/lfcli_base.py @@ -38,11 +38,12 @@ class LFCliBase: def json_post(self, _req_url, _data, debug_=False, suppress_related_commands_=None, response_json_list_=None): """ send json to the LANforge client - :param _req_url: - :param _data: - :param debug_: + :param _req_url: requested url + :param _data: json data to send + :param debug_: turn on debugging output :param suppress_related_commands_: when False, override self.preexec; when True use - :return: + :param response_json_list_: array for json results in the response object, (alternative return method) + :return: http response object """ json_response = None try: