File: path_io_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 (23 lines) | stat: -rw-r--r-- 459 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
21
22
23
.. path_io_api:

Path abstraction layer API
==========================

.. autoclass :: aioftp.AbstractPathIO
    :members:
    :private-members:

.. autoclass :: aioftp.pathio.AsyncPathIOContext

.. autofunction :: aioftp.pathio.universal_exception

.. autoclass :: aioftp.PathIO
    :show-inheritance:

.. autoclass :: aioftp.AsyncPathIO
    :show-inheritance:

.. autoclass :: aioftp.MemoryPathIO
    :show-inheritance:

.. autoclass :: aioftp.PathIOError