This commit is contained in:
Trinh Anh Ngoc
2019-12-09 16:16:42 +07:00
parent 4f5e4e9216
commit 40f7b77380
69 changed files with 2163 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
# Stubs for odoo.tools.xml_utils (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
from typing import Any, Optional
def check_with_xsd(tree_or_str: Any, stream: Any) -> None: ...
def create_xml_node_chain(first_parent_node: Any, nodes_list: Any, last_node_value: Optional[Any] = ...): ...
def create_xml_node(parent_node: Any, node_name: Any, node_value: Optional[Any] = ...): ...