__init__(self,
server_id,
channel_lookup_string)
(Constructor)
| source code
|
Constructor.
server_id is a string containing the unique number that the database
has assigned to the server.
channel_lookup_string is a string that the _get_channel_info function
uses to look up the correct channel by channel label. It does NOT have to
be the entire channel label, but it does have to occur at the beginning
of the channel label. For instance "rhn-tools" would match any
of the rhn-tools channels because they all begin with
"rhn-tools". It can also be the entire channel label, of
course.
|