Package soovee_lib :: Module ckuri :: Class Refresh
[frames] | no frames]

Class Refresh

object --+
         |
        Refresh

Update through iteration of Opml listed Rss feeds.

Instance Methods
None
__init__(self, cache, path)
Update Opml Data in preparation for updating Rss Data.
obj
__iter__(self)
Return this iterator object.
int
__len__(self)
Returns: Length of Opml data list
obj
next(self)
Update Rss Data based on uri found in Opml Data.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, cache, path)
(Constructor)

 

Update Opml Data in preparation for updating Rss Data.

Parameters:
  • cache (object) - Initialized soovee.lib.sv_read object.
  • path (basestring) - Service account opml uri
Returns: None
Overrides: object.__init__

__iter__(self)

 

Return this iterator object.

Returns: obj
Representation of class object.

__len__(self)
(Length operator)

 
Returns: int
Length of Opml data list

next(self)

 

Update Rss Data based on uri found in Opml Data.

Returns: obj
Opml data list index, and its feed title.