Home | Trees | Index | Help |
|
---|
Package pywikipedia :: Module interwiki :: Class Global |
|
object
--+
|
Global
Method Summary | |
---|---|
Inherited from object | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
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
|
askhints
|
auto
|
autonomous
|
backlink
|
confirm
|
debug
|
followredirect
|
force
|
forreal
|
maxquerysize
|
minarraysize
|
neverlink
|
same
|
shownew
|
showtextlink
|
showtextlinkadd
|
skip
|
untranslated
|
untranslatedonly
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Jul 03 17:07:38 2005 | http://epydoc.sf.net |