| Trees | Index | Help |
|
|---|
| Package p6 :: Package metadata :: Module persistance |
|
Basic metadata persistance functionality.
XXX Note this implementation does not support storing metadata values which may apply to multiple objects or interfaces with multiple implementors.| Function Summary | |
|---|---|
Load a metadata value from persistant storage. | |
| callable |
Returns a callable which can be used to get the identifier for a class; if the item has a getIdentifier method, we use that. |
Stores a metadata value to persistant storage. | |
| Variable Summary | |
|---|---|
str |
PERST_FILE = 'p6.settings'
|
| Function Details |
|---|
get(group, key)Load a metadata value from persistant storage.
|
item_id(item)Returns a callable which can be used to get the identifier for a class; if the item has a getIdentifier method, we use that.
|
store(group, key, value)Stores a metadata value to persistant storage.
|
| Variable Details |
|---|
PERST_FILE
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Jun 24 12:01:20 2005 | http://epydoc.sf.net |