Package SCons :: Package Node :: Module FS :: Class EntryProxy
[show private | hide private]
[frames | no frames]

Class EntryProxy

Proxy --+
        |
       EntryProxy


Method Summary
  __getattr__(self, name)
Retrieve an attribute from the wrapped object.
    Inherited from Proxy
  __init__(self, subject)
Wrap an object as a Proxy object
  __cmp__(self, other)
  get(self)
Retrieve the entire wrapped object

Class Variable Summary
dict dictSpecialAttrs = {'filebase': <function __get_filebase...

Method Details

__getattr__(self, name)
(Qualification operator)

Retrieve an attribute from the wrapped object. If the named attribute doesn't exist, AttributeError is raised

Overrides:
SCons.Util.Proxy.__getattr__ (inherited documentation)

Class Variable Details

dictSpecialAttrs

Type:
dict
Value:
{'abspath': <function __get_abspath at 0xd5ff50>,
 'base': <function __get_base_path at 0xb021b8>,
 'dir': <function __get_dir at 0xb02500>,
 'file': <function __get_file at 0xb02140>,
 'filebase': <function __get_filebase at 0xb02050>,
 'posix': <function __get_posix_path at 0xb02230>,
 'rsrcdir': <function __get_rsrcdir at 0xb02488>,
 'rsrcpath': <function __get_rsrcnode at 0xb02410>,
...                                                                    

Generated by Epydoc 2.1 on Wed Dec 12 09:39:31 2007 http://epydoc.sf.net