Update stubs

This commit is contained in:
Trinh Anh Ngoc
2024-07-08 16:44:44 +07:00
parent 6e15e75bbe
commit e756c1a787
2 changed files with 1 additions and 1 deletions

View File

@@ -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: ...

View File

@@ -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,