Package gavo :: Package base :: Module macros :: Class ExpansionDelegator
[frames] | no frames]

Class ExpansionDelegator

source code

object --+
         |
        ExpansionDelegator
Known Subclasses:

A mixin to make a class expand macros by delegating everything to its parent.

This is intended for base.Structures that have a parent attribute; by mixing this in, they use their parents to expand macros for them.

Instance Methods
 
expand(self, aString) source code

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

Properties

Inherited from object: __class__