SCons :: Util :: Selector :: Class Selector
[hide private]
[frames] | no frames]

Class Selector

source code

         object --+        
                  |        
               dict --+    
                      |    
collections.OrderedDict --+
                          |
                         Selector
Known Subclasses:

A callable ordered dictionary that maps file suffixes to dictionary values. We preserve the order in which items are added so that get_suffix() calls always return the first suffix added.
Instance Methods [hide private]
 
__call__(self, env, source, ext=None) 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__