|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
get_select_choices(self,
doc,
select_name)
parse the doc (a string), and return a dictionary of all options and
their values |
source code
|
|
|
|
|
file-like object (see urllib2.urlopen)
|
|
file-like object (see urllib2.urlopen)
|
get_and_post_form(self,
url,
params,
del_params=[],
post_url=None)
Get the form at 'url', modify named parameters by those in 'params',
then submit at 'post_url' or 'url' if 'post_url' is unspecified. |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|