Package gavo :: Package base :: Module activetags :: Class ReplayedEvents
[frames] | no frames]

Class ReplayedEvents

source code

                      object --+                
                               |                
                       ActiveTag --+            
                                   |            
              object --+           |            
                       |           |            
 structure.StructureBase --+       |            
                           |       |            
              object --+   |       |            
                       |   |       |            
           common.Parser --+       |            
                           |       |            
structure.ParseableStructure --+   |            
                               |   |            
             structure.Structure --+            
                                   |            
                  object --+       |            
                           |       |            
         macros.MacroPackage --+   |            
                               |   |            
       macros.StandardMacroMixin --+            
                                   |            
                          ReplayBase --+        
                                       |        
                          object --+   |        
                                   |   |        
                          GhostMixin --+        
                                       |        
                       DelayedReplayBase --+    
                                           |    
        ReplayedEventsWithFreeAttributesBase --+
                                               |
                                              ReplayedEvents
Known Subclasses:

An active tag that takes an event stream and replays the events, possibly filling variables.

This element supports arbitrary attributes with unicode values. These values are available as macros for replayed values.

Nested Classes

Inherited from structure.StructureBase: __metaclass__

Instance Methods
 
completeElement(self, ctx) source code

Inherited from ReplayedEventsWithFreeAttributesBase: __init__, getAttribute

Inherited from DelayedReplayBase: end_

Inherited from ReplayBase: replay

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

Inherited from structure.ParseableStructure: feed, feedFrom, feedObject, iterEvents, start_, value_

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

Inherited from common.Parser: feedEvent

Inherited from macros.StandardMacroMixin: macro_RSTservicelink, macro_RSTtable, macro_decapitalize, macro_getConfig, macro_internallink, macro_magicEmpty, macro_metaSeq, macro_metaString, macro_rdId, macro_rdIdDotted, macro_schema, macro_test, macro_today, macro_upper, macro_urlquote

Inherited from macros.MacroPackage: execMacro, expand, getExpander, listMacros, macro_quote, macro_reSub, macro_sql_standardPubDID, macro_sqlquote

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

Class Methods

Inherited from structure.StructureBase: fromStructure

Class Variables
  name_ = 'FEED'
hash(x)

Inherited from ReplayBase: attrSeq, managedAttrs

Inherited from structure.Structure: __implemented__

Inherited from structure.StructureBase: completedCallbacks

Properties

Inherited from object: __class__

Method Details

completeElement(self, ctx)

source code 
Overrides: structure.Structure.completeElement