Skip to content

Commit 4278ea3

Browse files
committed
Updating task_grouping.py ..
1 parent 7d239bd commit 4278ea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Utilities.PyPI/task_grouping.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
77
This module provides a basic class library for task grouping, mainly includes 2 classes:
88
9-
* TaskContainer -
9+
* TaskContainer - Organizes a batch of task groups, including the serial/parallel structures, and carries the arguments information for each task unit to run.
1010
11-
* ITaskLoader -
11+
* ITaskLoader - This is an abstract base class for implementing a concrete loader class to load a task tree from Dict/JSON to TaskContainer.
1212
1313
|
1414

0 commit comments

Comments
 (0)