Update stubs for Odoo 10

Fix #7
This commit is contained in:
Trinh Anh Ngoc
2021-10-27 14:09:45 +07:00
parent 3f752e9353
commit c4304cb763
112 changed files with 2719 additions and 1816 deletions

View File

@@ -0,0 +1 @@
from .html2html import parseString as parseString

View File

@@ -0,0 +1,13 @@
from typing import Any
_regex: Any
class html2html:
localcontext: Any
etree: Any
_node: Any
def __init__(self, html, localcontext) -> None: ...
def render(self): ...
def url_modify(self, root): ...
def parseString(node, localcontext=...): ...