Package gavo :: Package utils :: Module codetricks :: Class NullObject
[frames] | no frames]

Class NullObject

source code

object --+
         |
        NullObject

A Null object, i.e. one that accepts any method call whatsoever.

This mainly here for use in scaffolding.

Instance Methods
 
__getattr__(self, name) source code
 
__call__(self, *args, **kwargs) source code

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

Properties

Inherited from object: __class__