IS Context ( antares.context.ISContext)

Antares context module.

class antares.context.ISContext

Bases: antares.context.Context

Represents a IS (Image Section) context object which is a sub-class of Context. It contains all the properties defined under IS context.

Param:container_id(int): ID of the object that contains the context, which is an IMContext.

Attributes Summary

name Name of IS context.
ir_context This is the IRContext which contains this ISContext.

Methods Summary

Attributes Documentation

name = 'IS'

Name of IS context.

Type:string
ir_context = None

This is the IRContext which contains this ISContext.

Type:IRContext

Methods Documentation