Home | Trees | Index | Help |
|
---|
Package glass :: Package vfs :: Module Standard :: Class Standard |
|
This is a vfs class for the normal filesystem.
It's mostly a wrapper for os.path.
The following attributes are used:
Method Summary | |
---|---|
Set the root of the filesystem. | |
Delegate methods. | |
__repr__(self)
| |
Translate path to the local filename syntax. |
Method Details |
---|
__init__(self,
root)
|
__getattr__(self,
attr)
|
translate_path(self, path)Translate path to the local filename syntax. Actually, path is already in the local filename syntax, but this is your last chance to do anything else, such as making it an absolute path, etc. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jan 1 16:36:34 2007 | http://epydoc.sf.net |