mmengine/docs/en/api/fileio.rst
Zaida Zhou 3f5e08fa4a
[Docs] Make API of docs clearer (#469)
* [Docs] Make API of docs clearer

* minor fix

* fix md format
2022-08-30 16:27:20 +08:00

65 lines
951 B
ReStructuredText

.. role:: hidden
:class: hidden-section
mmengine.fileio
===================================
.. contents:: mmengine.fileio
:depth: 2
:local:
:backlinks: top
.. currentmodule:: mmengine.fileio
File Client
----------------
.. autosummary::
:toctree: generated
:nosignatures:
:template: classtemplate.rst
BaseStorageBackend
FileClient
HardDiskBackend
HTTPBackend
LmdbBackend
MemcachedBackend
PetrelBackend
File Handler
----------------
.. autosummary::
:toctree: generated
:nosignatures:
:template: classtemplate.rst
BaseFileHandler
JsonHandler
PickleHandler
YamlHandler
File IO
----------------
.. autosummary::
:toctree: generated
:nosignatures:
:template: classtemplate.rst
dump
load
register_handler
Parse File
----------------
.. autosummary::
:toctree: generated
:nosignatures:
:template: classtemplate.rst
dict_from_file
list_from_file