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.
  __get_abspath(self)
  __get_base_path(self)
Return the file's directory and file name, with the suffix stripped.
  __get_dir(self)
  __get_file(self)
  __get_filebase(self)
  __get_posix_path(self)
Return the path with / as the path separator, regardless of platform.
  __get_rsrcdir(self)
Returns the directory containing the source node linked to this node via BuildDir(), or the directory of this node if not linked.
  __get_rsrcnode(self)
  __get_srcdir(self)
Returns the directory containing the source node linked to this node via BuildDir(), or the directory of this node if not linked.
  __get_srcnode(self)
  __get_suffix(self)
  __get_windows_path(self)
Return the path with as the path separator, regardless of platform.
    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)

__get_base_path(self)

Return the file's directory and file name, with the suffix stripped.

__get_posix_path(self)

Return the path with / as the path separator, regardless of platform.

__get_rsrcdir(self)

Returns the directory containing the source node linked to this node via BuildDir(), or the directory of this node if not linked.

__get_srcdir(self)

Returns the directory containing the source node linked to this node via BuildDir(), or the directory of this node if not linked.

__get_windows_path(self)

Return the path with as the path separator, regardless of platform.


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