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

Class NonExpandedReplayedEvents

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 --+
                                                   |
                                                  NonExpandedReplayedEvents

A ReplayedEventStream that does not expand active tag macros.

You only want this when embedding a stream into another stream that could want to expand the embedded macros.

Nested Classes

Inherited from structure.StructureBase: __metaclass__

Instance Methods

Inherited from ReplayedEvents: completeElement

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_ = 'LFEED'
hash(x)

Inherited from ReplayBase: attrSeq, managedAttrs

Inherited from structure.Structure: __implemented__

Inherited from structure.StructureBase: completedCallbacks

Properties

Inherited from object: __class__