@@ -14,7 +14,7 @@ msgid ""
14
14
msgstr ""
15
15
"Project-Id-Version : Python 3.7\n "
16
16
"Report-Msgid-Bugs-To : \n "
17
- "POT-Creation-Date : 2018-06-30 05:56 +0900\n "
17
+ "POT-Creation-Date : 2018-11-02 09:38 +0900\n "
18
18
"PO-Revision-Date : 2017-02-16 23:04+0000\n "
19
19
"Last-Translator : Osamu NAKAMURA, 2017\n "
20
20
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -108,9 +108,9 @@ msgstr ":func:`deepcopy` 関数では、これらの問題を以下のように
108
108
109
109
#: ../../library/copy.rst:55
110
110
msgid ""
111
- "keeping a \" memo\" dictionary of objects already copied during the current "
111
+ "keeping a `` memo`` dictionary of objects already copied during the current "
112
112
"copying pass; and"
113
- msgstr "現在のコピー過程ですでにコピーされたオブジェクトからなる、 \" メモ \" 辞書を保持します; かつ "
113
+ msgstr ""
114
114
115
115
#: ../../library/copy.rst:58
116
116
msgid ""
@@ -156,16 +156,11 @@ msgid ""
156
156
"special methods :meth:`__copy__` and :meth:`__deepcopy__`. The former is "
157
157
"called to implement the shallow copy operation; no additional arguments are "
158
158
"passed. The latter is called to implement the deep copy operation; it is "
159
- "passed one argument, the memo dictionary. If the :meth:`__deepcopy__` "
159
+ "passed one argument, the `` memo`` dictionary. If the :meth:`__deepcopy__` "
160
160
"implementation needs to make a deep copy of a component, it should call the "
161
161
":func:`deepcopy` function with the component as first argument and the memo "
162
162
"dictionary as second argument."
163
163
msgstr ""
164
- "クラス独自のコピー実装を定義するために、特殊メソッド :meth:`__copy__` および :meth:`__deepcopy__` "
165
- "を定義することができます。前者は浅いコピー操作を実装するために使われます; 追加の引数はありません。後者は深いコピー操作を実現するために呼び出されます;"
166
- " この関数には単一の引数としてメモ辞書が渡されます。 :meth:`__deepcopy__` "
167
- "の実装で、内容のオブジェクトに対して深いコピーを生成する必要がある場合、 :func:`deepcopy` "
168
- "を呼び出し、最初の引数にそのオブジェクトを、メモ辞書を二つ目の引数に与えなければなりません。"
169
164
170
165
#: ../../library/copy.rst:93
171
166
msgid "Module :mod:`pickle`"
0 commit comments