mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
Update stubs
This commit is contained in:
@@ -40,7 +40,6 @@ class PeriodicCollector(Collector):
|
||||
name: str
|
||||
active: bool
|
||||
frame_interval: float
|
||||
thread: Thread
|
||||
last_frame: FrameType | None
|
||||
def __init__(self, interval: float = ...) -> None: ...
|
||||
def run(self) -> None: ...
|
||||
|
||||
@@ -27,6 +27,7 @@ def translate_attrib_value(node: _Element) -> bool: ...
|
||||
|
||||
avoid_pattern: Pattern
|
||||
node_pattern: Pattern
|
||||
space_pattern: Pattern
|
||||
|
||||
def translate_xml_node(
|
||||
node: _Element,
|
||||
|
||||
Reference in New Issue
Block a user