SCons :: Subst :: NullNodeList :: Class NullNodeList
[hide private]
[frames] | no frames]

Class NullNodeList

source code

object --+        
         |        
 Util.Null --+    
             |    
  Util.NullSeq --+
                 |
                NullNodeList

Instance Methods [hide private]
 
__call__(self, *args, **kwargs) source code
 
__str__(self)
str(x)
source code

Inherited from Util.NullSeq: __delitem__, __getitem__, __iter__, __len__, __setitem__

Inherited from Util.Null: __delattr__, __getattr__, __init__, __nonzero__, __repr__, __setattr__

Inherited from object: __getattribute__, __hash__, __reduce__, __reduce_ex__

Static Methods [hide private]

Inherited from Util.Null: __new__

Class Variables [hide private]
  _instance = Null(0x083B6D0C)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(self, *args, **kwargs)
(Call operator)

source code 
Overrides: Util.Null.__call__

__str__(self)
(Informal representation operator)

source code 
str(x)

Overrides: object.__str__
(inherited documentation)