mmengine/docs/en/api/fileio.rst
Zaida Zhou 114fa21522
[Docs] Fix API files of en docs (#525)
* [Docs] Fix api files of en docs

* minor fix
2022-09-13 14:57:18 +08:00

63 lines
887 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:
dump
load
register_handler
Parse File
----------------
.. autosummary::
:toctree: generated
:nosignatures:
dict_from_file
list_from_file