Package gavo :: Package rscdef :: Module mixins :: Class LateEvents
[frames] | no frames]

Class LateEvents

source code

                   object --+                    
                            |                    
 base.structure.StructureBase --+                
                                |                
                   object --+   |                
                            |   |                
           base.common.Parser --+                
                                |                
base.structure.ParseableStructure --+            
                                    |            
             base.structure.Structure --+        
                                        |        
            base.activetags.RecordingBase --+    
                                            |    
                       object --+           |    
                                |           |    
     base.structure.StructureBase --+       |    
                                    |       |    
                       object --+   |       |    
                                |   |       |    
               base.common.Parser --+       |    
                                    |       |    
    base.structure.ParseableStructure --+   |    
                                        |   |    
                 base.structure.Structure --+    
                                            |    
               base.activetags.EmbeddedStream --+
                                                |
                                               LateEvents

An event stream played back by a mixin when the substrate is being finalised (but before the early processing).
Nested Classes

Inherited from base.structure.StructureBase: __metaclass__

Instance Methods

Inherited from base.activetags.EmbeddedStream: end_

Inherited from base.activetags.RecordingBase: __init__, feedEvent, getEventSource, iterEvents, start_, unexpandMacros, value_

Inherited from base.structure.Structure: __provides__, callCompletedCallbacks, completeElement, finishElement, onElementComplete, validate

Inherited from base.structure.ParseableStructure: feed, feedFrom, feedObject, getAttribute

Inherited from base.structure.StructureBase: __providedBy__, adopt, breakCircles, change, copy, getAttributes, getCopyableAttributes, getSourcePosition, iterChildren, setPosition

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

Class Methods

Inherited from base.structure.StructureBase: fromStructure

Class Variables
  name_ = 'lateEvents'
hash(x)

Inherited from base.activetags.EmbeddedStream: attrSeq, managedAttrs

Inherited from base.structure.Structure: __implemented__

Inherited from base.structure.StructureBase: completedCallbacks

Properties

Inherited from object: __class__