flow.record.tools.rdump

Module Contents

Classes

ProgressMonitor

Periodically update progress_bar with the record metrics from ctx.

Functions

Attributes

flow.record.tools.rdump.version = 'unknown'
flow.record.tools.rdump.HAS_TQDM = True
flow.record.tools.rdump.HAS_STRUCTLOG = True
flow.record.tools.rdump.log
flow.record.tools.rdump.list_adapters() None
class flow.record.tools.rdump.ProgressMonitor(ctx: flow.record.context.AppContext, progress_bar: tqdm, update_interval: float = 0.2)

Periodically update progress_bar with the record metrics from ctx.

ctx
progress_bar
update_interval = 0.2
should_stop
thread = None
start() None
stop() None
update_progress_bar() None
flow.record.tools.rdump.main(argv: list[str] | None = None) int
flow.record.tools.rdump.print_error(e: Exception) None