@@ -6976,21 +6976,26 @@ msgid ""
6976
6976
"This attribute is a lazily computed tuple (possibly empty) of unique type "
6977
6977
"variables found in ``__args__``::"
6978
6978
msgstr ""
6979
+ "この属性は、 ``__args__`` にある固有の型変数のタプルで、必要に応じて遅延計算"
6980
+ "されます (空の可能性もあります)::"
6979
6981
6980
6982
#: ../../library/stdtypes.rst:5017
6981
6983
msgid ""
6982
6984
"A ``GenericAlias`` object with :class:`typing.ParamSpec` parameters may not "
6983
6985
"have correct ``__parameters__`` after substitution because :class:`typing."
6984
6986
"ParamSpec` is intended primarily for static type checking."
6985
6987
msgstr ""
6988
+ ":class:`typing.ParamSpec` パラメータを含む ``GenericAlias`` オブジェクトは、"
6989
+ "代入後に正しい ``__parameters__`` を持たない可能性があります。これは :class:"
6990
+ "`typing.ParamSpec` が主に静的な型チェックを目的としているためです。"
6986
6991
6987
6992
#: ../../library/stdtypes.rst:5024
6988
6993
msgid ":pep:`484` - Type Hints"
6989
6994
msgstr ":pep:`484` - 型ヒント"
6990
6995
6991
6996
#: ../../library/stdtypes.rst:5024
6992
6997
msgid "Introducing Python's framework for type annotations."
6993
- msgstr ""
6998
+ msgstr "型アノテーションのための Python のフレームワークへの導入です。 "
6994
6999
6995
7000
#: ../../library/stdtypes.rst:5029
6996
7001
msgid ":pep:`585` - Type Hinting Generics In Standard Collections"
@@ -7003,18 +7008,25 @@ msgid ""
7003
7008
"provided they implement the special class method :meth:`~object."
7004
7009
"__class_getitem__`."
7005
7010
msgstr ""
7011
+ "特殊なクラスメソッド :meth:`~object.__class_getitem__` を実装している場合に、"
7012
+ "標準ライブラリのクラスに対してネイティブにパラメータ表記を可能にする機能への"
7013
+ "導入です。"
7006
7014
7007
7015
#: ../../library/stdtypes.rst:5032
7008
7016
msgid ""
7009
7017
":ref:`Generics`, :ref:`user-defined generics <user-defined-generics>` and :"
7010
7018
"class:`typing.Generic`"
7011
7019
msgstr ""
7020
+ ":ref:`Generics`, :ref:`ユーザー定義のジェネリック型 <user-defined-"
7021
+ "generics>`, および :class:`typing.Generic`"
7012
7022
7013
7023
#: ../../library/stdtypes.rst:5032
7014
7024
msgid ""
7015
7025
"Documentation on how to implement generic classes that can be parameterized "
7016
7026
"at runtime and understood by static type-checkers."
7017
7027
msgstr ""
7028
+ "実行時にパラメータ設定が可能であり、かつ静的な型チェッカーが理解できるジェネ"
7029
+ "リッククラスを実装する方法のドキュメントです。"
7018
7030
7019
7031
#: ../../library/stdtypes.rst:5041
7020
7032
msgid "Union Type"
0 commit comments