Package pywikipedia :: Module interwiki :: Class Global
[show private | hide private]
[frames | no frames]

Type Global

object --+
         |
        Global


Container class for global settings. Use of globals outside of this is to be avoided.
Method Summary
    Inherited from object
  __init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
bool always = False
bool askhints = False
bool auto = True
bool autonomous = False
bool backlink = True
bool confirm = False
bool debug = True
bool followredirect = True
bool force = False
bool forreal = True
int maxquerysize = 60                                                                    
int minarraysize = 100                                                                   
list neverlink = []
bool same = False
bool shownew = True
int showtextlink = 0                                                                     
int showtextlinkadd = 300                                                                   
dict skip = {}
bool untranslated = False
bool untranslatedonly = False

Class Variable Details

always

Type:
bool
Value:
False                                                                  

askhints

Type:
bool
Value:
False                                                                  

auto

Type:
bool
Value:
True                                                                   

autonomous

Type:
bool
Value:
False                                                                  

backlink

Type:
bool
Value:
True                                                                   

confirm

Type:
bool
Value:
False                                                                  

debug

Type:
bool
Value:
True                                                                   

followredirect

Type:
bool
Value:
True                                                                   

force

Type:
bool
Value:
False                                                                  

forreal

Type:
bool
Value:
True                                                                   

maxquerysize

Type:
int
Value:
60                                                                    

minarraysize

Type:
int
Value:
100                                                                   

neverlink

Type:
list
Value:
[]                                                                     

same

Type:
bool
Value:
False                                                                  

shownew

Type:
bool
Value:
True                                                                   

showtextlink

Type:
int
Value:
0                                                                     

showtextlinkadd

Type:
int
Value:
300                                                                   

skip

Type:
dict
Value:
{}                                                                     

untranslated

Type:
bool
Value:
False                                                                  

untranslatedonly

Type:
bool
Value:
False                                                                  

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