Package gavo :: Package stc :: Module stcxast :: Class CooSysActions
[frames] | no frames]

Class CooSysActions

source code

    object --+    
             |    
ContextActions --+
                 |
                CooSysActions

Actions for containers of coordinates.

The actions push and pop the system ids of the coordinate containers so leaves can build their frame proxies from them.

If none are present, None is pushed, which is to be understood as "use any ol' AstroCoordSystem you can find".

Instance Methods
 
start(self, context, node) source code
 
stop(self, context, node) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

start(self, context, node)

source code 
Overrides: ContextActions.start

stop(self, context, node)

source code 
Overrides: ContextActions.stop