Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2034353958 | ||
|
|
6fad3cfe76 |
+3
-3
@@ -11,6 +11,6 @@ wheels/
|
|||||||
|
|
||||||
# Project specific
|
# Project specific
|
||||||
*.json
|
*.json
|
||||||
*.psm1
|
*.bak
|
||||||
*.xml
|
src/out/*
|
||||||
*.bak
|
originals/*
|
||||||
@@ -31,6 +31,7 @@ def add_connection(root: ET.Element, name: str, attr_list: list[str], descriptio
|
|||||||
Args:
|
Args:
|
||||||
root (ET.Element): The root element of the XML configuration.
|
root (ET.Element): The root element of the XML configuration.
|
||||||
name (str): The name of the connection parameter.
|
name (str): The name of the connection parameter.
|
||||||
|
attr_list (list[str]): List of attributes for the connection parameter.
|
||||||
description (str, optional): The description of the connection parameter. Defaults to "Default description".
|
description (str, optional): The description of the connection parameter. Defaults to "Default description".
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
|||||||
Reference in New Issue
Block a user