| Home | Trees | Indices | Help |
|
|---|
|
|
| Instance Methods | |||
|
|||
| string |
|
||
| dict |
|
||
| int |
|
||
|
Inherited from Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Entropy client-side repository EntropyRepository Plugin class. This class will be instantiated and automatically added to EntropyRepository instances generated by Entropy Client.
|
Return string identifier of myself.
|
Developers reimplementing EntropyRepositoryPlugin can provide metadata along with every instance. If you want to provide read-only metadata, this method should really return a copy of the metadata object, otherwise, return its direct reference. Metadata format is a map-like object (dictionary, dict()). By default this method does return an empty dict. Make sure that your metadata dictionaries around don't have keys in common, otherwise those will be randomly overwritten eachothers.
|
Called during EntropyRepository plugin addition.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Dec 13 00:16:17 2009 | http://epydoc.sourceforge.net |