EA Context ( antares.context.EAContext
)¶
Antares context module.
-
class
antares.context.
EAContext
¶ Bases:
antares.context.Context
Represents a EA (External Alert) context object which is a sub-class of
Context
. It contains all the properties defined under EA context.Attributes Summary
name
Name of EA context. external_alert
This is the ExternalAlert which contains this EAContext. Methods Summary
Attributes Documentation
-
name
= 'EA'¶ Name of EA context.
Type: string
-
external_alert
= None¶ This is the ExternalAlert which contains this EAContext.
Type: ExternalAlert
Methods Documentation
-