seguro.commands.signature_sender.main.PipeWorker

class seguro.commands.signature_sender.main.PipeWorker(path: pathlib.Path, queue: <bound method BaseContext.Queue of <multiprocessing.context.DefaultContext object at 0x7eff19eaa590>> = <factory>)[source]

Bases: object

Parameters:
  • path (Path)

  • queue (Queue)

__init__(path, queue=<factory>)
Parameters:
  • path (Path)

  • queue (Queue)

Return type:

None

Methods

__init__(path[, queue])

Attributes

path: Path
queue: Queue
worker: Process