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

Class ReplayedEventsWithFreeAttributesBase

source code

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

An active tag that takes arbitrary attributes as macro definitions.

Nested Classes

Inherited from structure.StructureBase: __metaclass__

Instance Methods
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
completeElement(self, ctx) source code
 
getAttribute(self, name)
Returns an attribute instance from name.
source code

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

Inherited from ReplayBase: attrSeq, managedAttrs, name_

Inherited from structure.Structure: __implemented__

Inherited from structure.StructureBase: completedCallbacks

Properties

Inherited from object: __class__

Method Details

__init__(self, *args, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

completeElement(self, ctx)

source code 
Overrides: structure.Structure.completeElement

getAttribute(self, name)

source code 

Returns an attribute instance from name.

This function will raise a StructureError if no matching attribute definition is found.

Overrides: structure.ParseableStructure.getAttribute
(inherited documentation)