legate.core.AutoTask.lock#
- AutoTask.lock(self) void #
Lock an AutoTask from further argument modifications.
Notes
This prevents any additional modification of the inputs, outputs, reductions, or scalar arguments to this particular AutoTask. This is usually the final action performed by a
PyTask
.