AO Context ( antares.model.context.AOContext )

Antares context module.

class antares.model.context.AOContext(astro_id)

Bases: antares.model.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 astro object that owns the context.

Attributes Summary

name Name of AO context.

Methods Summary

commit(cur)
__str__()

Attributes Documentation

name = 'AO'

Name of AO context.

Type:string

Methods Documentation

commit(cur)
__str__()