Update stubs

This commit is contained in:
Trinh Anh Ngoc
2022-10-16 23:40:45 +07:00
parent 2310c15d56
commit d23f832fbb

View File

@@ -77,7 +77,7 @@ class QwebTracker:
view_id: Any
def __init__(self, view_id, arch, cr) -> None: ...
def enter_directive(self, directive, attrib, xpath) -> None: ...
def leave_directive(self) -> None: ...
def leave_directive(self, directive, attrib, xpath) -> None: ...
class QwebCollector(Collector):
name: str