Exemplo n.º 1
0
 def __init__(self):
     Feed.__init__(self)
     self.all_items = []     # all items for this rss feed
     self.feed_for_item = {}   # item -> feed cache
     self.load_feeds_items() # load items
Exemplo n.º 2
0
 def __init__(self):
     Feed.__init__(self)
     self.all_items = []     # all items for this rss feed
     self.feed_for_item = {}   # item -> feed cache
     self.load_feeds_items() # load items
Exemplo n.º 3
0
 def __init__(self):
     Feed.__init__(self)
     self.feed_for_item = {}
Exemplo n.º 4
0
 def __init__(self):
     Feed.__init__(self)
     self.feed_for_item = {}
Exemplo n.º 5
0
 def __init__(self, *args, **kw):
     Feed.__init__(self, *args, **kw)
     self.request = None
Exemplo n.º 6
0
 def __init__(self, *args, **kw):
     Feed.__init__(self, *args, **kw)
     self.request = None