Trees | Index | Help |
---|
Package WebStack :: Package Repositories :: Module Directory :: Class SessionDirectoryRepository |
|
DirectoryRepository
--+
|
SessionDirectoryRepository
Method Summary | |
---|---|
create_data(self,
edit_path,
opener)
| |
create_resource(self,
filename)
| |
open_resource(self,
edit_path,
mode)
| |
remove_resource(self,
edit_path)
| |
Inherited from DirectoryRepository | |
Initialise the repository using the given 'path' to indicate the location of the repository. | |
Remove the file associated with the given 'key'. | |
Return the contents of the file associated with the given 'key'. | |
Set the contents of the file associated with the given 'key' using the given 'value'. | |
Return the full path to the 'key' in the filesystem provided that the file associated with the 'key' is locked for editing. | |
Return the full path to the 'key' in the filesystem. | |
Return whether a file with the name specified by 'key is stored in the repository. | |
Return a list of (name, value) tuples for the files stored in the repository. | |
Return the names of the files stored in the repository. | |
Lock the file associated with the given 'key'. | |
Unlock the file associated with the given 'key'. | |
Return the contents of the files stored in the repository. | |
Convert the given 'name' as a plain string in the filesystem encoding to a Unicode object. | |
Convert the given 'name' to a plain string in the filesystem encoding. |
Class Variable Summary | |
---|---|
Inherited from DirectoryRepository | |
str |
new_filename = '__new__'
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Jun 18 00:09:18 2007 | http://epydoc.sf.net |