@@ -13,7 +13,7 @@ msgid ""
13
13
msgstr ""
14
14
"Project-Id-Version : Python 3.7\n "
15
15
"Report-Msgid-Bugs-To : \n "
16
- "POT-Creation-Date : 2019-12-16 04:24 +0000\n "
16
+ "POT-Creation-Date : 2019-12-20 04:25 +0000\n "
17
17
"PO-Revision-Date : 2019-09-01 03:43+0000\n "
18
18
"Last-Translator : Osamu NAKAMURA, 2019\n "
19
19
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1359,19 +1359,9 @@ msgid ""
1359
1359
"the first line number of the function; :attr:`co_lnotab` is a string "
1360
1360
"encoding the mapping from bytecode offsets to line numbers (for details see "
1361
1361
"the source code of the interpreter); :attr:`co_stacksize` is the required "
1362
- "stack size (including local variables); :attr:`co_flags` is an integer "
1363
- "encoding a number of flags for the interpreter."
1364
- msgstr ""
1365
- "読み出し専用の特殊属性: :attr:`co_name` は関数名を表します; :attr:`co_argcount` は位置引数 "
1366
- "(positional argument) の数です; :attr:`co_nlocals` は関数が使う (引数を含めた) ローカル変数の数です; "
1367
- ":attr:`co_varnames` はローカル変数名の入ったタプルです (引数名から始まっています); :attr:`co_cellvars` "
1368
- "はネストされた関数で参照されているローカル変数の名前が入ったタプルです; :attr:`co_freevars` は自由変数の名前が入ったタプルです。 "
1369
- ":attr:`co_code` はバイトコード列を表現している文字列です; :attr:`co_consts` "
1370
- "はバイトコードで使われているリテラルの入ったタプルです; :attr:`co_names` はバイトコードで使われている名前の入ったタプルです; "
1371
- ":attr:`co_filename` はバイトコードのコンパイルが行われたファイル名です; :attr:`co_firstlineno` "
1372
- "は関数の最初の行番号です; :attr:`co_lnotab` はバイトコードオフセットから行番号への対応付けをコード化した文字列です "
1373
- "(詳細についてはインタプリタのソースコードを参照してください); :attr:`co_stacksize` は関数で (ローカル変数の分も含めて) "
1374
- "必要なスタックサイズです; :attr:`co_flags` はインタプリタ用の様々なフラグをコード化した整数です。"
1362
+ "stack size; :attr:`co_flags` is an integer encoding a number of flags for "
1363
+ "the interpreter."
1364
+ msgstr ""
1375
1365
1376
1366
#: /home/travis/build/python/cpython-doc-catalog/Doc/reference/datamodel.rst:930
1377
1367
msgid ""
0 commit comments