mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
1
odoo-stubs/report/render/html2html/__init__.pyi
Normal file
1
odoo-stubs/report/render/html2html/__init__.pyi
Normal file
@@ -0,0 +1 @@
|
||||
from .html2html import parseString as parseString
|
||||
13
odoo-stubs/report/render/html2html/html2html.pyi
Normal file
13
odoo-stubs/report/render/html2html/html2html.pyi
Normal 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=...): ...
|
||||
Reference in New Issue
Block a user