acquire.acquire.dynamic.windows.collect

Module Contents

Functions

collect_named_objects

Collects all named objects in the directory.

collect_open_handles

Collect open handles

Attributes

log

acquire.acquire.dynamic.windows.collect.log
acquire.acquire.dynamic.windows.collect.collect_named_objects(path: str = '\\') list[acquire.dynamic.windows.named_objects.NamedObject]

Collects all named objects in the directory.

Parameters:

path – point to start searching from

acquire.acquire.dynamic.windows.collect.collect_open_handles(handle_types: list[acquire.dynamic.windows.named_objects.NamedObject] | None = None) Iterable[acquire.dynamic.windows.handles.Handle]

Collect open handles

Collect open handles and optionally provide a list to explicitly collect specific types of handles.

Parameters:

handle_types – list containing the handle types to collect as strings