[WIP] Network return docs (#23441)

Network return docs
This commit is contained in:
John R Barker 2017-04-12 13:13:41 -04:00 committed by GitHub
commit 902bc58509
79 changed files with 184 additions and 172 deletions

View file

@ -72,14 +72,17 @@ EXAMPLES = """
RETURN = """
xml:
description: The xml return string from the rpc request
description: The xml return string from the rpc request.
returned: always
type: string
output:
description: The rpc rely converted to the output format
description: The rpc rely converted to the output format.
returned: always
type: string
output_lines:
description: The text output split into lines for readability
description: The text output split into lines for readability.
returned: always
type: list
"""
from ncclient.xml_ import new_ele, sub_ele, to_xml, to_ele