|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
8 | 8 |
|
9 | 9 | <title>DefaultDict Class — MCT Documentation: ver 2.6.0</title> |
10 | | - <link rel="stylesheet" type="text/css" href="../../../static/pygments.css?v=03e43079" /> |
| 10 | + <link rel="stylesheet" type="text/css" href="../../../static/pygments.css?v=fa44fd50" /> |
11 | 11 | <link rel="stylesheet" type="text/css" href="../../../static/bizstyle.css?v=5283bb3d" /> |
12 | 12 | <link rel="stylesheet" type="text/css" href="../../../static/css/custom.css?v=01243f34" /> |
13 | 13 |
|
@@ -60,16 +60,16 @@ <h3>Navigation</h3> |
60 | 60 | <dd><p>Get the value of the inner dictionary by the given key, If key is not in dictionary, |
61 | 61 | it uses the default_factory to return a default value.</p> |
62 | 62 | <dl class="field-list simple"> |
63 | | -<dt class="field-odd">Return type<span class="colon">:</span></dt> |
64 | | -<dd class="field-odd"><p><span class="sphinx_autodoc_typehints-type"><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></span></p> |
65 | | -</dd> |
66 | | -<dt class="field-even">Parameters<span class="colon">:</span></dt> |
67 | | -<dd class="field-even"><p><strong>key</strong> – Key to use in inner dictionary.</p> |
| 63 | +<dt class="field-odd">Parameters<span class="colon">:</span></dt> |
| 64 | +<dd class="field-odd"><p><strong>key</strong> – Key to use in inner dictionary.</p> |
68 | 65 | </dd> |
69 | | -<dt class="field-odd">Returns<span class="colon">:</span></dt> |
70 | | -<dd class="field-odd"><p>Value of the inner dictionary by the given key, or a default value if not exist. |
| 66 | +<dt class="field-even">Returns<span class="colon">:</span></dt> |
| 67 | +<dd class="field-even"><p>Value of the inner dictionary by the given key, or a default value if not exist. |
71 | 68 | If default_factory was not passed at initialization, it returns None.</p> |
72 | 69 | </dd> |
| 70 | +<dt class="field-odd">Return type<span class="colon">:</span></dt> |
| 71 | +<dd class="field-odd"><p><code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code></p> |
| 72 | +</dd> |
73 | 73 | </dl> |
74 | 74 | </dd></dl> |
75 | 75 |
|
|
0 commit comments