Home | Trees | Indices | Help |
|
---|
|
object --+ | Interface
An Interface represents some contract of behaviour.
Instance Methods | |||
|
|||
|
|||
|
|||
str |
|
||
str |
|
||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
implementations = property(lambda self: self._main_feed.implem
|
|
name = property(lambda self: self._main_feed.name)
|
|
description = property(lambda self: self._main_feed.description)
|
|
summary = property(lambda self: self._main_feed.summary)
|
|
last_modified = property(lambda self: self._main_feed.last_mod
|
|
feeds = property(lambda self: self.extra_feeds+ self._main_fee
|
|
metadata = property(lambda self: self._main_feed.metadata)
|
|
last_checked = property(lambda self: self._main_feed.last_chec
|
Instance Variables | |
stability_policy user's configured policy. |
|
uri the URI for this interface. |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
repr(x)
|
|
Class Variable Details |
implementations
|
last_modified
|
feeds
|
last_checked
|
Instance Variable Details |
stability_policyuser's configured policy. Implementations at this level or higher are preferred. Lower levels are used only if there is no other choice. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:07 2013 | http://epydoc.sourceforge.net |