File: client_api.rst

package info (click to toggle)
aioftp 0.26.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 624 kB
  • sloc: python: 5,566; makefile: 172
file content (20 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.. client_api:

Client API
==========

.. autoclass:: aioftp.Client
    :members:
    :undoc-members:
    :show-inheritance:
    :inherited-members:

.. autoclass:: aioftp.DataConnectionThrottleStreamIO
    :members:
    :show-inheritance:

.. autoclass:: aioftp.Code
    :members:
    :show-inheritance:

.. autoclass:: aioftp.StatusCodeError