| Home | Trees | Index | Help |
|
|---|
| Package SCons :: Package Node :: Module FS :: Class EntryProxy |
|
Proxy --+
|
EntryProxy
| Method Summary | |
|---|---|
Retrieve an attribute from the wrapped object. | |
__get_abspath(self)
| |
Return the file's directory and file name, with the suffix stripped. | |
__get_dir(self)
| |
__get_file(self)
| |
__get_filebase(self)
| |
Return the path with / as the path separator, regardless of platform. | |
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)
| |
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)
| |
Return the path with as the path separator, regardless of platform. | |
| Inherited from Proxy | |
Wrap an object as a Proxy object | |
| |
Retrieve the entire wrapped object | |
| Class Variable Summary | |
|---|---|
dict |
dictSpecialAttrs = {'filebase': <function __get_filebase...
|
| Method Details |
|---|
__getattr__(self,
name)
|
__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 |
|---|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Dec 12 09:39:31 2007 | http://epydoc.sf.net |