File: mechanicalsoup.rst

package info (click to toggle)
python-mechanicalsoup 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 416 kB
  • sloc: python: 2,165; makefile: 150
file content (35 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
The mechanicalsoup package: API documentation
=============================================

.. module:: mechanicalsoup

StatefulBrowser
---------------

.. autoclass:: StatefulBrowser
    :members:
    :undoc-members:
    :show-inheritance:
    :special-members: __setitem__

Browser
-------

.. autoclass:: Browser
    :members:
    :undoc-members:

Form
----

.. autoclass:: Form
    :members:
    :undoc-members:
    :special-members: __setitem__

Exceptions
----------
.. autoexception:: LinkNotFoundError
    :show-inheritance:
.. autoexception:: InvalidFormMethod
    :show-inheritance: