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

Class _SynTag

source code

object --+
         |
        _SynTag

This is a layout tag before its [] marker.

Instance Methods [hide private]
 
__init__(self, tag)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__call__(self, **kw)
Change attributes of this tag.
source code
 
__add__(self, other) source code
 
__radd__(self, other) source code
 
__getitem__(self, children) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, tag)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

__call__(self, **kw)
(Call operator)

source code 
Change attributes of this tag. This is implemented using __call__ because it then allows the natural syntax:
 A (href="http://...")