| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
debug.debugmixin --+
|
BufferVFSMixin
Mixin class that compartmentalizes the interaction with the vfs
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Methods | |
|
Inherited from |
| Class Variables | |
|
Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Find the current working directory of the buffer. Can be used in two ways based on use_vfs: use_vfs == True: uses the vfs to return the directory in the same scheme as the buffer use_vfs == False (the default): find the current working directory on the local filesystem. Some schemes, like tar, for instance, are overlays on the current filesystem and the cwd of those schemes with this sense of use_vfs will report the overlayed directory. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:15 2008 | http://epydoc.sourceforge.net |