Package advene :: Package model :: Package core :: Module element :: Class DeletedPackageElement
[hide private]
[frames] | no frames]

Class DeletedPackageElement

source code

object --+
         |
        DeletedPackageElement

I am just a dummy class to which deleted elements are mutated.

That way, they are no longer usable, preventing their owner from unknowingly handling an element that has actually been deleted.

Note however that good practices should be to register to the deletion event on the elements you reference, so as to be notified as soon as they are deleted.

Instance Methods [hide private]

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

Properties [hide private]

Inherited from object: __class__