Package Pyblio :: Package Format :: Module DSL :: Class Glue
[hide private]
[frames] | no frames]

Class Glue

source code

object --+
         |
        Glue
Known Subclasses:
_Join, _Or, _S1T, _Sum, _Tag, _Validated, _record_key, i18n, switch

A base class that known how to join together multiple fragments of DSL code.

Instance Methods [hide private]
 
__add__(self, other) source code
 
__radd__(self, other) source code
 
__or__(self, other) source code
 
__ror__(self, other) source code

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

Properties [hide private]

Inherited from object: __class__