7.1.3.1. cli Package¶
7.1.3.1.1. commands Module¶
7.1.3.1.2. display Module¶
7.1.3.1.3. repo_cli Module¶
7.1.3.1.4. thread_pool Module¶
Simple size constrained thread pool that blocks when all threads are busy
-
exception
pulpdist.cli.thread_pool.PendingTasks[source]¶ Bases:
exceptions.ExceptionException thrown if ThreadPool.wait_for_tasks() times out
-
class
pulpdist.cli.thread_pool.Task(priority, func, args, kwds)¶ Bases:
tuple-
args¶ Alias for field number 2
-
func¶ Alias for field number 1
-
kwds¶ Alias for field number 3
-
priority¶ Alias for field number 0
-