AO Context ( antares.context.AOContext
)¶
Antares context module.
-
class
antares.context.
AOContext
(astro_id)¶ Bases:
antares.context.Context
Represents a AO (Astro Object) context object which is a sub-class of
Context
. It contains all the properties defined under AO context.Param: astro_id(int): ID of the AstroObject
that owns the context.Attributes Summary
name
Name of AO context. astro_object
This is the AstroObject which contains this AOContext. Methods Summary
Attributes Documentation
-
name
= 'AO'¶ Name of AO context.
Type: string
-
astro_object
= None¶ This is the AstroObject which contains this AOContext.
Type: AstroObject
Methods Documentation
-