vcs2l.executor module

class vcs2l.executor.DuplicateCommandHandler(client, duplicate_path)

Bases: object

class vcs2l.executor.Worker(job_queue, result_queue)

Bases: Thread

process_job(job)
run()

Method representing the thread’s activity.

You may override this method in a subclass. The standard run() method invokes the callable object passed to the object’s constructor as the target argument, if any, with sequential and keyword arguments taken from the args and kwargs arguments, respectively.

vcs2l.executor.ansi(keyword)
vcs2l.executor.execute_jobs(jobs, show_progress=False, number_of_workers=10, debug_jobs=False)
vcs2l.executor.fix_output_path(path)
vcs2l.executor.generate_jobs(clients, command)
vcs2l.executor.get_ready_job(jobs)
vcs2l.executor.output_repositories(clients)
vcs2l.executor.output_result(result, hide_empty=False)
vcs2l.executor.output_results(results, output_handler=<function output_result>, hide_empty=False)