]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/py/wxd/FileSystem.py
1 """Decorator classes for documentation and shell scripting.
4 __author__
= "Patrick K. O'Brien <pobrien@orbtech.com>"
6 __revision__
= "$Revision$"[11:-2]
9 # These are not the real wxPython classes. These are Python versions
10 # for documentation purposes. They are also used to apply docstrings
11 # to the real wxPython classes, which are SWIG-generated wrappers for
15 from Base
import Object
16 import Parameters
as wx
26 def GetLocation(self
):
30 def GetMimeType(self
):
34 def GetModificationTime(self
):
47 class FileSystem(Object
):
50 def ChangePathTo(self
):
75 class CPPFileSystemHandler(Object
):
83 class FileSystemHandler(CPPFileSystemHandler
):
102 def GetLeftLocation(self
):
106 def GetMimeTypeFromExt(self
):
110 def GetProtocol(self
):
114 def GetRightLocation(self
):
126 def _setCallbackInfo(self
):
131 class InternetFSHandler(CPPFileSystemHandler
):
147 class MemoryFSHandler(CPPFileSystemHandler
):
171 class ZipFSHandler(CPPFileSystemHandler
):