File size: 1,666 Bytes
d439dc1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
.. role:: hidden
    :class: hidden-section

mmengine.utils
===================================

.. contents:: mmengine.utils
   :depth: 2
   :local:
   :backlinks: top

.. currentmodule:: mmengine.utils

Manager
----------------

.. autosummary::
   :toctree: generated
   :nosignatures:
   :template: classtemplate.rst

   ManagerMeta
   ManagerMixin

Path
----------------

.. autosummary::
   :toctree: generated
   :nosignatures:

   check_file_exist
   fopen
   is_abs
   is_filepath
   mkdir_or_exist
   scandir
   symlink

Package
----------------

.. autosummary::
   :toctree: generated
   :nosignatures:

   call_command
   install_package
   get_installed_path
   is_installed

Version
----------------

.. autosummary::
   :toctree: generated
   :nosignatures:

   digit_version
   get_git_hash

Progress Bar
----------------

.. autosummary::
   :toctree: generated
   :nosignatures:
   :template: classtemplate.rst

   ProgressBar

.. autosummary::
   :toctree: generated
   :nosignatures:

   track_iter_progress
   track_parallel_progress
   track_progress


Miscellaneous
----------------

.. autosummary::
   :toctree: generated
   :nosignatures:
   :template: classtemplate.rst

   Timer
   TimerError

.. autosummary::
   :toctree: generated
   :nosignatures:

   is_list_of
   is_tuple_of
   is_seq_of
   is_str
   iter_cast
   list_cast
   tuple_cast
   concat_list
   slice_list
   to_1tuple
   to_2tuple
   to_3tuple
   to_4tuple
   to_ntuple
   check_prerequisites
   deprecated_api_warning
   deprecated_function
   has_method
   is_method_overridden
   import_modules_from_strings
   requires_executable
   requires_package
   check_time