Package fife :: Module fife :: Class VFS
[hide private]
[frames] | no frames]

Class VFS

source code

_object --+
          |
         VFS

Proxy of C++ FIFE::VFS class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__init__(self)
__init__(FIFE::VFS self) -> VFS
source code
 
cleanup(self)
cleanup(VFS self)
source code
 
addNewSource(self, *args)
addNewSource(VFS self, std::string const & path)
source code
 
removeSource(self, *args)
removeSource(VFS self, std::string const & path)
source code
 
exists(self, *args)
exists(VFS self, std::string const & file) -> bool
source code
 
open(self, *args)
open(VFS self, std::string const & path) -> RawData
source code
 
listFiles(self, *args)
listFiles(VFS self, std::string const & path) -> StringSet
source code
 
listDirectories(self, *args)
listDirectories(VFS self, std::string const & path) -> StringSet
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_VFS
  __del__ = lambda self: