mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
65 lines
951 B
ReStructuredText
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
|