Home | Trees | Indices | Help |
|
---|
|
object --+ | Selection
A single selected implementation in a Selections set.
Instance Methods | |||
|
|||
str |
|
||
bool |
|
||
str | None |
|
||
Inherited from |
Class Variables | |
interface = property(lambda self: self.attrs ['interface'])
|
|
id = property(lambda self: self.attrs ['id'])
|
|
feed = property(lambda self: self.attrs.get('from-feed', self.
|
|
main = property(lambda self: self.attrs.get('main', None))
|
Instance Variables | |
str |
version = property(lambda self: self.attrs ['version']) the implementation's version number |
{str: str} |
attrs XML attributes map (name is in the format "{namespace} {localName}") |
[model.Dependency] |
dependencies list of dependencies |
Properties | |
Inherited from |
Method Details |
|
repr(x)
|
Is this implementation available locally? (a local implementation or a cached ZeroInstallImplementation)
Since: 0.53 |
Return the root directory of this implementation. For local implementations, this is local_path. For cached implementations, this is the directory in the cache.
Since: 1.8 |
Class Variable Details |
feed
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:07 2013 | http://epydoc.sourceforge.net |