Update stubs

This commit is contained in:
Trinh Anh Ngoc
2020-05-31 10:56:34 +07:00
parent 9796eccf4e
commit b7acd65ad8
75 changed files with 2455 additions and 80 deletions

View File

@@ -0,0 +1,7 @@
from odoo.tools.misc import file_open as file_open
from typing import Any, Optional
def check_with_xsd(tree_or_str: Any, stream: Any) -> None: ...
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] = ...): ...