Representation of RHN channels as repository metadata.
|
|
__init__(self,
channel)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
get_primary_xml_file(self)
Return a file-like object of the primarl.xml for this channel. |
source code
|
|
|
|
get_other_xml_file(self)
Return a file-like object of the other.xml for this channel. |
source code
|
|
|
|
get_filelists_xml_file(self)
Return a file-like object of the filelists.xml for this channel. |
source code
|
|
|
|
get_updateinfo_xml_file(self)
Return a file-like object of the updateinfo.xml for the channel. |
source code
|
|
|
|
|
|
|
|
|
|
| get_cache_view(self,
cache_prefix,
view_class) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_repomd_file(self,
repomd_obj,
func_name)
Return a file-like object of the comps.xml/modules.yaml for the
channel. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
__get_channel(self)
Late binding for the channel. |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|