Package pywikipedia :: Module pagegenerators :: Class PreloadingGenerator
[show private | hide private]
[frames | no frames]

Class PreloadingGenerator


Wraps around another generator. Retrieves as many pages as stated by pageNumber from that generator, loads them using Special:Export, and yields them one after the other. Then retrieves more pages, etc.
Method Summary
  __init__(self, generator, pageNumber)
  generate(self)
  preload(self, pages)

Generated by Epydoc 2.1 on Sun Jul 03 17:07:36 2005 http://epydoc.sf.net