A feed lists available implementations of an interface.
|
__init__(self,
feed_element,
local_path=None,
distro=None)
Create a feed object from a DOM. |
source code
|
|
str
|
|
[str]
|
|
str
|
|
|
|
|
|
|
|
|
|
|
get_metadata(self,
uri,
name)
Return a list of interface metadata elements with this name and
namespace URI. |
source code
|
|
|
|
|
|
str | None
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
{str: str}
|
descriptions
long textual description (in various languages, since 0.49)
|
set(str)
|
feed_for
interfaces for which this could be a feed
|
[Feed]
|
feeds
list of <feed> elements in this feed
|
{str: Implementation}
|
implementations
Implementations in this feed, indexed by ID
|
|
last_checked
time feed was last successfully downloaded and updated
|
|
last_modified
timestamp on signature
|
str | None
|
local_path
the path of this local feed, or None if remote (since 1.7)
|
|
metadata
extra elements we didn't understand
|
|
name
human-friendly name
|
{str: str}
|
summaries
short textual description (in various languages, since 0.49)
|
|
url
the URL for this feed
|