| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Implementation
An Implementation is a package which implements an Interface.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| bool |
|
||
|
Inherited from |
|||
| Class Variables | |
arch = property(lambda self: _join_arch(self.os, self.machine))
|
|
os = NoneCreate a new digest. |
|
digests = NoneCreate a new digest. |
|
main = property(_get_main, _set_main)
|
|
| Instance Variables | |
| str | None |
local_path = Nonethe directory containing this local implementation, or None if it isn't local (id isn't a path) |
| bool |
requires_root_install = Falsewhether the user will need admin rights to use this |
| [Binding] |
bindings how to tell this component where it itself is located (since 0.31) |
| {str: Command} |
commands ways to execute as a program |
| [RetrievalMethod] |
download_sources list of methods of getting this implementation |
| [ZeroInstallFeed] |
feed the feed owning this implementation (since 0.32) |
|
id a unique identifier for this Implementation |
|
| str |
langs natural languages supported by this package |
| {"[URI ]localName": str} |
metadata extra metadata from the feed |
|
released release date |
|
| [Dependency] |
requires interfaces this package depends on |
| [insecure | buggy | developer | testing | stable | packaged] |
upstream_stability the stability reported by the packager |
|
user_stability the stability as set by the user |
|
|
version a parsed version number |
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
str(x)
|
repr(x)
|
Return the version as a string. See Also: format_version |
Is this Implementation available locally? (a local implementation, an installed distribution package, or a cached ZeroInstallImplementation)
Since: 0.53 |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 25 15:59:01 2011 | http://epydoc.sourceforge.net |