Home | Trees | Index | Help |
|
---|
Package wx :: Class MemoryFSHandler |
|
object
--+ |CPPFileSystemHandler
--+ | MemoryFSHandler
Proxy of C++ MemoryFSHandler class
Method Summary | |
---|---|
MemoryFSHandler | __init__(self)
|
__repr__(self)
| |
Add 'file' to the memory filesystem. (Static method) | |
bool | CanOpen(self,
location)
|
String | FindFirst(self,
spec,
flags)
|
String | FindNext(self)
|
FSFile | OpenFile(self,
fs,
location)
|
RemoveFile(filename)
(Static method) | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... |
Static Method Details |
---|
AddFile(filename, dataItem, imgType=-1)Add 'file' to the memory filesystem. The dataItem parameter can
either be a |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:50:53 2007 | http://epydoc.sf.net |