Package blogmgmt :: Module blogger
[show private | hide private]
[frames | no frames]

Module blogmgmt.blogger

Classes
Blogger Methods for querying, posting and deleting entries to blogger.com
BlogParams Encapsulates the main blog parameters such as feed URL, user name and password
Entry Encapsulates properties of a blog entry

Function Summary
  get_blog()
Mimic singleton by always returning the same object

Variable Summary
int HTTP_DEBUG_LEVEL = 0                                                                     
int SLEEP_INTERVAL = 10                                                                    
NoneType the_blog = None                                                                  

Function Details

get_blog()

Mimic singleton by always returning the same object

Test map (set of unit tests that exercise this function):

Variable Details

HTTP_DEBUG_LEVEL

Type:
int
Value:
0                                                                     

SLEEP_INTERVAL

Type:
int
Value:
10                                                                    

the_blog

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Wed Feb 16 08:44:26 2005 http://epydoc.sf.net