legate.core.Scope#

class legate.core.Scope(
priority: object = None,
*,
exception_mode: object = None,
str provenance=None,
Machine machine=None,
ParallelPolicy parallel_policy=None,
)#
__init__(*args, **kwargs)#

Attributes

Methods

__enter__(self)

__exit__(self, _, __, ___)

exception_mode()

machine()

parallel_policy()

This allows users to get the parallel_policy of this Scope

priority()

provenance()