nat.atof.flags#

Canonical attribute flags for ATOF scope events (spec §2.1).

Serializes as a canonical (sorted, deduplicated) lowercase string array. The vocabulary is shared across all categories; applicability per category is documented in spec §2.1. Consumers MUST preserve unknown flag strings when re-emitting and MUST NOT treat unknown flags as errors — vendor extensions following the vendor.name dotted-namespace convention are forward-compat.

Classes#

Flags

Canonical behavioral flags for scope events (spec §2.1).

Module Contents#

class Flags#

Bases: enum.StrEnum

Canonical behavioral flags for scope events (spec §2.1).

Each flag describes the exceptional runtime property of a scope; absence means the documented default applies.

Initialize self. See help(type(self)) for accurate signature.

PARALLEL = 'parallel'#
RELOCATABLE = 'relocatable'#
STATEFUL = 'stateful'#
STREAMING = 'streaming'#
REMOTE = 'remote'#