Package SCons :: Module Builder :: Class CallableSelector
[hide private]
[frames] | no frames]

Class CallableSelector

source code

         object --+            
                  |            
               dict --+        
                      |        
collections.OrderedDict --+    
                          |    
              Util.Selector --+
                              |
                             CallableSelector

A callable dictionary that will, in turn, call the value it finds if it can.
Instance Methods [hide private]
 
__call__(self, env, source) source code

Inherited from collections.OrderedDict: __delitem__, __eq__, __init__, __iter__, __ne__, __reduce__, __repr__, __reversed__, __setitem__, clear, copy, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values, viewitems, viewkeys, viewvalues

Inherited from dict: __cmp__, __contains__, __ge__, __getattribute__, __getitem__, __gt__, __le__, __len__, __lt__, __new__, __sizeof__, get, has_key

Inherited from object: __delattr__, __format__, __reduce_ex__, __setattr__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from collections.OrderedDict: fromkeys

Class Variables [hide private]

Inherited from dict: __hash__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(self, env, source)
(Call operator)

source code 
Overrides: Util.Selector.__call__