| Home | Trees | Index | Help |
|
|---|
| Package SCons :: Package Scanner :: Class Selector |
|
Base --+
|
Selector
A class for selecting a more specific scanner based on the scanner_key() (suffix) for a specific Node.
TODO: This functionality has been moved into the inner workings of the Base class, and this class will be deprecated at some point. (It was never exposed directly as part of the public interface, although it is used by the Scanner() factory function that was used by various Tool modules and therefore was likely a template for custom modules that may be out there.)
| Method Summary | |
|---|---|
__init__(self,
dict,
*args,
**kw)
| |
This method scans a single object. | |
add_scanner(self,
skey,
scanner)
| |
select(self,
node)
| |
| Inherited from Base | |
| |
| |
| |
Add a skey to the list of skeys | |
| |
| |
| Method Details |
|---|
__call__(self,
node,
env,
path=())
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Dec 12 09:39:32 2007 | http://epydoc.sf.net |