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

Class GeneratorAttribute

source code

          object --+            
                   |            
attrdef.AttributeDef --+        
                       |        
 attrdef.AtomicAttribute --+    
                           |    
    attrdef.UnicodeAttribute --+
                               |
                              GeneratorAttribute

An attribute containing a generator working on the parse context.

Instance Methods
 
feed(self, ctx, instance, literal) source code

Inherited from attrdef.UnicodeAttribute: __init__, parse, unparse

Inherited from attrdef.AtomicAttribute: feedObject, getCopy, makeUserDoc

Inherited from attrdef.AttributeDef: doCallbacks, iterParentMethods

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

Class Variables

Inherited from attrdef.UnicodeAttribute: typeDesc_

Properties

Inherited from object: __class__

Method Details

feed(self, ctx, instance, literal)

source code 
Overrides: attrdef.AttributeDef.feed