IR Context ( antares.context.IRContext
)¶
Antares context module.
-
class
antares.context.
IRContext
¶ Bases:
antares.context.Context
Represents a IR (Image RAFT) context object which is a sub-class of
Context
. It contains all the properties defined under IR context. :param: container_id(int): ID of the object that owns the context, which is anISContext
.Attributes Summary
name
Name of IR context. im_context
This is the IMContext which contains this IRContext. Methods Summary
Attributes Documentation
-
name
= 'IR'¶ Name of IR context.
Type: string
Methods Documentation
-