| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Selection
A single selected implementation in a Selections set.
| Instance Methods | |||
|
|||
|
|||
|
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 |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
| Class Variable Details |
feed
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 21 21:21:16 2008 | http://epydoc.sourceforge.net |