@@ -359,7 +359,7 @@ msgstr "co_cellvars"
359
359
360
360
#: ../../library/inspect.rst:152
361
361
msgid "tuple of names of cell variables (referenced by containing scopes)"
362
- msgstr ""
362
+ msgstr "(自身が包含するスコープから参照される) セル変数の名前のタプル "
363
363
364
364
#: ../../library/inspect.rst:156
365
365
msgid "co_consts"
@@ -393,6 +393,8 @@ msgstr "co_flags"
393
393
msgid ""
394
394
"bitmap of ``CO_*`` flags, read more :ref:`here <inspect-module-co-flags>`"
395
395
msgstr ""
396
+ "``CO_*`` ビットフラグのマップ。詳細は :ref:`こちら <inspect-module-co-"
397
+ "flags>` を参照。"
396
398
397
399
#: ../../library/inspect.rst:170
398
400
msgid "co_lnotab"
@@ -409,23 +411,23 @@ msgstr "co_freevars"
409
411
410
412
#: ../../library/inspect.rst:174
411
413
msgid "tuple of names of free variables (referenced via a function's closure)"
412
- msgstr ""
414
+ msgstr "(関数のクロージャを介して参照される) 自由変数の名前のタプル "
413
415
414
416
#: ../../library/inspect.rst:178
415
417
msgid "co_posonlyargcount"
416
- msgstr ""
418
+ msgstr "co_posonlyargcount "
417
419
418
420
#: ../../library/inspect.rst:178
419
421
msgid "number of positional only arguments"
420
- msgstr ""
422
+ msgstr "位置専用引数の数 "
421
423
422
424
#: ../../library/inspect.rst:181
423
425
msgid "co_kwonlyargcount"
424
426
msgstr "co_kwonlyargcount"
425
427
426
428
#: ../../library/inspect.rst:181
427
429
msgid "number of keyword only arguments (not including\\ *\\ * arg)"
428
- msgstr ""
430
+ msgstr "キーワード専用引数 ( \\ * \\ * 引数を含まない) の数 "
429
431
430
432
#: ../../library/inspect.rst:185
431
433
msgid "co_name"
@@ -529,11 +531,12 @@ msgstr "cr_code"
529
531
530
532
#: ../../library/inspect.rst:227
531
533
msgid "cr_origin"
532
- msgstr ""
534
+ msgstr "cr_origin "
533
535
534
536
#: ../../library/inspect.rst:227
535
537
msgid "where coroutine was created, or ``None``. See |coroutine-origin-link|"
536
538
msgstr ""
539
+ "``None`` またはコルーチンが生成された場所。 |coroutine-origin-link| を参照。"
537
540
538
541
#: ../../library/inspect.rst:231
539
542
msgid "builtin"
@@ -562,7 +565,7 @@ msgstr ""
562
565
563
566
#: ../../library/inspect.rst:252
564
567
msgid "Add ``cr_origin`` attribute to coroutines."
565
- msgstr ""
568
+ msgstr "コルーチンに ``cr_origin`` 属性を追加しました。 "
566
569
567
570
#: ../../library/inspect.rst:256
568
571
msgid ""