initial code to leverage lxml to create xml for saving and loading core sessions
This commit is contained in:
parent
1d355d98ec
commit
d05bc9240a
9 changed files with 597 additions and 9 deletions
|
@ -34,7 +34,7 @@ def _get_possible(config_type, config_regex):
|
|||
:param str config_type: emane configuration type
|
||||
:param str config_regex: emane configuration regex
|
||||
:return: a string listing comma delimited values, if needed, empty string otherwise
|
||||
:rtype: str
|
||||
:rtype: list
|
||||
"""
|
||||
if config_type == "bool":
|
||||
return ["On", "Off"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue