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

Class GhostMixin

source code

object --+
         |
        GhostMixin
Known Subclasses:

A mixin to make a Structure ghostly.

Most active tags are "ghostly", i.e., the do not (directly) show up in their parents. Therefore, as a part of the wrap-up of the new element, we raise an Ignore exception, which tells the Structure's end_ method to not feed us to the parent.

Instance Methods
 
onElementComplete(self) source code

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

Properties

Inherited from object: __class__