mkdocstrings-python 1.14.5__py3-none-any.whl → 1.14.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mkdocstrings_handlers/python/handler.py +1 -1
- mkdocstrings_handlers/python/templates/material/_base/languages/ja.html.jinja +8 -8
- mkdocstrings_handlers/python/templates/material/_base/languages/zh.html.jinja +8 -8
- mkdocstrings_handlers/python/templates/readthedocs/_base/languages/ja.html.jinja +8 -8
- mkdocstrings_handlers/python/templates/readthedocs/_base/languages/zh.html.jinja +8 -8
- {mkdocstrings_python-1.14.5.dist-info → mkdocstrings_python-1.14.7.dist-info}/METADATA +1 -1
- {mkdocstrings_python-1.14.5.dist-info → mkdocstrings_python-1.14.7.dist-info}/RECORD +10 -10
- {mkdocstrings_python-1.14.5.dist-info → mkdocstrings_python-1.14.7.dist-info}/WHEEL +0 -0
- {mkdocstrings_python-1.14.5.dist-info → mkdocstrings_python-1.14.7.dist-info}/entry_points.txt +0 -0
- {mkdocstrings_python-1.14.5.dist-info → mkdocstrings_python-1.14.7.dist-info}/licenses/LICENSE +0 -0
|
@@ -307,7 +307,7 @@ class PythonHandler(BaseHandler):
|
|
|
307
307
|
def get_aliases(self, identifier: str) -> tuple[str, ...]: # noqa: D102 (ignore missing docstring)
|
|
308
308
|
try:
|
|
309
309
|
data = self._modules_collection[identifier]
|
|
310
|
-
except KeyError:
|
|
310
|
+
except (KeyError, AliasResolutionError):
|
|
311
311
|
return ()
|
|
312
312
|
aliases = [data.path]
|
|
313
313
|
try:
|
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
{% macro t(key) %}{{ {
|
|
11
11
|
"ATTRIBUTE": "属性",
|
|
12
12
|
"Attributes:": "属性:",
|
|
13
|
-
"Classes:": "",
|
|
14
|
-
"CLASS": "",
|
|
13
|
+
"Classes:": "クラス:",
|
|
14
|
+
"CLASS": "クラス",
|
|
15
15
|
"DEFAULT:": "デフォルト:",
|
|
16
16
|
"Default": "デフォルト",
|
|
17
17
|
"default:": "デフォルト:",
|
|
18
18
|
"DESCRIPTION": "デスクリプション",
|
|
19
19
|
"Description": "デスクリプション",
|
|
20
20
|
"Examples:": "例:",
|
|
21
|
-
"Functions:": "",
|
|
22
|
-
"FUNCTION": "",
|
|
23
|
-
"Methods:": "",
|
|
24
|
-
"METHOD": "",
|
|
25
|
-
"Modules:": "",
|
|
26
|
-
"MODULE": "",
|
|
21
|
+
"Functions:": "関数:",
|
|
22
|
+
"FUNCTION": "関数",
|
|
23
|
+
"Methods:": "メソッド:",
|
|
24
|
+
"METHOD": "メソッド",
|
|
25
|
+
"Modules:": "モジュール:",
|
|
26
|
+
"MODULE": "モジュール",
|
|
27
27
|
"Name": "名前",
|
|
28
28
|
"Other Parameters:": "他の引数:",
|
|
29
29
|
"PARAMETER": "引数",
|
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
{% macro t(key) %}{{ {
|
|
11
11
|
"ATTRIBUTE": "属性",
|
|
12
12
|
"Attributes:": "属性:",
|
|
13
|
-
"Classes:": "",
|
|
14
|
-
"CLASS": "",
|
|
13
|
+
"Classes:": "类:",
|
|
14
|
+
"CLASS": "类",
|
|
15
15
|
"DEFAULT:": "默认:",
|
|
16
16
|
"Default": "默认",
|
|
17
17
|
"default:": "默认:",
|
|
18
18
|
"DESCRIPTION": "描述",
|
|
19
19
|
"Description": "描述",
|
|
20
20
|
"Examples:": "示例:",
|
|
21
|
-
"Functions:": "",
|
|
22
|
-
"FUNCTION": "",
|
|
23
|
-
"Methods:": "",
|
|
24
|
-
"METHOD": "",
|
|
25
|
-
"Modules:": "",
|
|
26
|
-
"MODULE": "",
|
|
21
|
+
"Functions:": "函数:",
|
|
22
|
+
"FUNCTION": "函数",
|
|
23
|
+
"Methods:": "方法:",
|
|
24
|
+
"METHOD": "方法",
|
|
25
|
+
"Modules:": "模块:",
|
|
26
|
+
"MODULE": "模块",
|
|
27
27
|
"Name": "名称",
|
|
28
28
|
"Other Parameters:": "其他参数:",
|
|
29
29
|
"PARAMETER": "参数",
|
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
{% macro t(key) %}{{ {
|
|
5
5
|
"ATTRIBUTE": "属性",
|
|
6
6
|
"Attributes:": "属性:",
|
|
7
|
-
"Classes:": "",
|
|
8
|
-
"CLASS": "",
|
|
7
|
+
"Classes:": "クラス:",
|
|
8
|
+
"CLASS": "クラス",
|
|
9
9
|
"DEFAULT:": "デフォルト:",
|
|
10
10
|
"Default": "デフォルト",
|
|
11
11
|
"default:": "デフォルト:",
|
|
12
12
|
"DESCRIPTION": "デスクリプション",
|
|
13
13
|
"Description": "デスクリプション",
|
|
14
14
|
"Examples:": "例:",
|
|
15
|
-
"Functions:": "",
|
|
16
|
-
"FUNCTION": "",
|
|
17
|
-
"Methods:": "",
|
|
18
|
-
"METHOD": "",
|
|
19
|
-
"Modules:": "",
|
|
20
|
-
"MODULE": "",
|
|
15
|
+
"Functions:": "関数:",
|
|
16
|
+
"FUNCTION": "関数",
|
|
17
|
+
"Methods:": "メソッド:",
|
|
18
|
+
"METHOD": "メソッド",
|
|
19
|
+
"Modules:": "モジュール:",
|
|
20
|
+
"MODULE": "モジュール",
|
|
21
21
|
"Name": "名前",
|
|
22
22
|
"Other Parameters:": "他の引数:",
|
|
23
23
|
"PARAMETER": "引数",
|
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
{% macro t(key) %}{{ {
|
|
5
5
|
"ATTRIBUTE": "属性",
|
|
6
6
|
"Attributes:": "属性:",
|
|
7
|
-
"Classes:": "",
|
|
8
|
-
"CLASS": "",
|
|
7
|
+
"Classes:": "类:",
|
|
8
|
+
"CLASS": "类",
|
|
9
9
|
"DEFAULT:": "默认:",
|
|
10
10
|
"Default": "默认",
|
|
11
11
|
"default:": "默认:",
|
|
12
12
|
"DESCRIPTION": "描述",
|
|
13
13
|
"Description": "描述",
|
|
14
14
|
"Examples:": "示例:",
|
|
15
|
-
"Functions:": "",
|
|
16
|
-
"FUNCTION": "",
|
|
17
|
-
"Methods:": "",
|
|
18
|
-
"METHOD": "",
|
|
19
|
-
"Modules:": "",
|
|
20
|
-
"MODULE": "",
|
|
15
|
+
"Functions:": "函数:",
|
|
16
|
+
"FUNCTION": "函数",
|
|
17
|
+
"Methods:": "方法:",
|
|
18
|
+
"METHOD": "方法",
|
|
19
|
+
"Modules:": "模块:",
|
|
20
|
+
"MODULE": "模块",
|
|
21
21
|
"Name": "名称",
|
|
22
22
|
"Other Parameters:": "其他参数:",
|
|
23
23
|
"PARAMETER": "参数",
|
|
@@ -150,7 +150,7 @@ mkdocstrings_handlers/python/.mypy_cache/CACHEDIR.TAG,sha256=8cE6_FVTWMkDOw8fMKq
|
|
|
150
150
|
mkdocstrings_handlers/python/__init__.py,sha256=k-0NWvXysr5RqWjtGyCozookveBB-ADZHIhgxvI1px8,128
|
|
151
151
|
mkdocstrings_handlers/python/config.py,sha256=dZTBl2BbEyVc_o8PW0rReWHDzdqYstOP7fnlWioRVk0,31459
|
|
152
152
|
mkdocstrings_handlers/python/debug.py,sha256=4vqIbCbbz_vcjcFk6jPoF8E1kLig8AQEsQ93ybcjIVc,2894
|
|
153
|
-
mkdocstrings_handlers/python/handler.py,sha256=
|
|
153
|
+
mkdocstrings_handlers/python/handler.py,sha256=05cu68blsknnR_KCgiHVnyUeDQMcuP57zgiZSHZeReI,14601
|
|
154
154
|
mkdocstrings_handlers/python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
155
155
|
mkdocstrings_handlers/python/rendering.py,sha256=rxK3GMaw_kyx8xA2b_LM9H54j746eAz6gbGf7RnGW-A,21946
|
|
156
156
|
mkdocstrings_handlers/python/templates/material/_base/attribute.html,sha256=nn0671f4bE7VqnTs-VQL3SGPACWAxb2uJBRcP2nwYng,427
|
|
@@ -198,9 +198,9 @@ mkdocstrings_handlers/python/templates/material/_base/language.html.jinja,sha256
|
|
|
198
198
|
mkdocstrings_handlers/python/templates/material/_base/languages/en.html,sha256=E8a7EBeQ1E7HVYzhilVbouqbNJkePhz7amCEJdbRxmQ,436
|
|
199
199
|
mkdocstrings_handlers/python/templates/material/_base/languages/en.html.jinja,sha256=a14THpy6iJAcKYhIGPpXxke5-sjqQm_sWorpEjN_gHY,1135
|
|
200
200
|
mkdocstrings_handlers/python/templates/material/_base/languages/ja.html,sha256=OscqH81KN7hkkijGazKv5IdoEuLCxVlgyC6eZj2n0ns,436
|
|
201
|
-
mkdocstrings_handlers/python/templates/material/_base/languages/ja.html.jinja,sha256=
|
|
201
|
+
mkdocstrings_handlers/python/templates/material/_base/languages/ja.html.jinja,sha256=ZNwheaB_njz7mP_X83qt3MyZBhPIvTBumuyIylDq_k4,1249
|
|
202
202
|
mkdocstrings_handlers/python/templates/material/_base/languages/zh.html,sha256=qpCtwgIj9xjbsPDApJE3W34s-V7Syg_iFeN8zX5kZqY,436
|
|
203
|
-
mkdocstrings_handlers/python/templates/material/_base/languages/zh.html.jinja,sha256=
|
|
203
|
+
mkdocstrings_handlers/python/templates/material/_base/languages/zh.html.jinja,sha256=Zr0o9OJv_NWZ2IHZrQYUpM7U-GCnRNr9y5FVQzIHLxY,1125
|
|
204
204
|
mkdocstrings_handlers/python/templates/material/_base/module.html,sha256=cEq3DXlXfZ57NAK6CXA7OxtyeffgfUpWVvLW1O1aNzw,418
|
|
205
205
|
mkdocstrings_handlers/python/templates/material/_base/module.html.jinja,sha256=-4xwDnFLnmP5pBRAVJiSTXYbnF79sfKRHpKd9TI1sHo,4169
|
|
206
206
|
mkdocstrings_handlers/python/templates/material/_base/signature.html,sha256=7TcpvSL7n5pbg0Eokbx49vlLbY6YHM6S8o7aFpaxgXU,427
|
|
@@ -299,9 +299,9 @@ mkdocstrings_handlers/python/templates/readthedocs/_base/language.html.jinja,sha
|
|
|
299
299
|
mkdocstrings_handlers/python/templates/readthedocs/_base/languages/en.html,sha256=E8a7EBeQ1E7HVYzhilVbouqbNJkePhz7amCEJdbRxmQ,436
|
|
300
300
|
mkdocstrings_handlers/python/templates/readthedocs/_base/languages/en.html.jinja,sha256=UXTwUvL_GdJscqwAwI16YexazJy26KNOVTz7lWpWqj8,1010
|
|
301
301
|
mkdocstrings_handlers/python/templates/readthedocs/_base/languages/ja.html,sha256=OscqH81KN7hkkijGazKv5IdoEuLCxVlgyC6eZj2n0ns,436
|
|
302
|
-
mkdocstrings_handlers/python/templates/readthedocs/_base/languages/ja.html.jinja,sha256=
|
|
302
|
+
mkdocstrings_handlers/python/templates/readthedocs/_base/languages/ja.html.jinja,sha256=iapL0ptac_zIy_hYbhRy6OS4W0noMc8ewQBosp3v2D8,1124
|
|
303
303
|
mkdocstrings_handlers/python/templates/readthedocs/_base/languages/zh.html,sha256=qpCtwgIj9xjbsPDApJE3W34s-V7Syg_iFeN8zX5kZqY,436
|
|
304
|
-
mkdocstrings_handlers/python/templates/readthedocs/_base/languages/zh.html.jinja,sha256=
|
|
304
|
+
mkdocstrings_handlers/python/templates/readthedocs/_base/languages/zh.html.jinja,sha256=f-6VNxu4K5e2YLJ_4C5n31wy8IiaucTyfi8b992f4Bk,1000
|
|
305
305
|
mkdocstrings_handlers/python/templates/readthedocs/docstring/attributes.html,sha256=4NEX89La70-yKKzhrPXkKJpX46cYxT1Dzf_LWTXPxbw,54
|
|
306
306
|
mkdocstrings_handlers/python/templates/readthedocs/docstring/attributes.html.jinja,sha256=4NEX89La70-yKKzhrPXkKJpX46cYxT1Dzf_LWTXPxbw,54
|
|
307
307
|
mkdocstrings_handlers/python/templates/readthedocs/docstring/other_parameters.html,sha256=xv3yw03Ta0ugKnsfcuuyf5xhGw0dHtaerMLvulQDXUA,60
|
|
@@ -327,8 +327,8 @@ mkdocstrings_handlers/python/templates/readthedocs/languages/ja.html.jinja,sha25
|
|
|
327
327
|
mkdocstrings_handlers/python/templates/readthedocs/languages/zh.html,sha256=OuvrkorxuL0gKZNYneann1bwd1Z2i5bBY7SbC496HDw,46
|
|
328
328
|
mkdocstrings_handlers/python/templates/readthedocs/languages/zh.html.jinja,sha256=OuvrkorxuL0gKZNYneann1bwd1Z2i5bBY7SbC496HDw,46
|
|
329
329
|
mkdocstrings_handlers/python/templates/readthedocs/style.css,sha256=Ds8vF1rSxc2B0c4P10osx4cqXHWMntcSCxmRfX-nfzw,971
|
|
330
|
-
mkdocstrings_python-1.14.
|
|
331
|
-
mkdocstrings_python-1.14.
|
|
332
|
-
mkdocstrings_python-1.14.
|
|
333
|
-
mkdocstrings_python-1.14.
|
|
334
|
-
mkdocstrings_python-1.14.
|
|
330
|
+
mkdocstrings_python-1.14.7.dist-info/METADATA,sha256=CV1XZIIe4VoieDXATzr7vtx_OSwRrCfVQPnpafnLqN0,5570
|
|
331
|
+
mkdocstrings_python-1.14.7.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
|
332
|
+
mkdocstrings_python-1.14.7.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
333
|
+
mkdocstrings_python-1.14.7.dist-info/licenses/LICENSE,sha256=JGb4pdPEM8TTjjhr-uNCO7oXkiVrwG5Pz0JamcjNF_s,754
|
|
334
|
+
mkdocstrings_python-1.14.7.dist-info/RECORD,,
|
|
File without changes
|
{mkdocstrings_python-1.14.5.dist-info → mkdocstrings_python-1.14.7.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{mkdocstrings_python-1.14.5.dist-info → mkdocstrings_python-1.14.7.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|