@@ -366,7 +366,7 @@ msgstr "co_cellvars"
366
366
367
367
#: ../../library/inspect.rst:152
368
368
msgid "tuple of names of cell variables (referenced by containing scopes)"
369
- msgstr ""
369
+ msgstr "(自身が包含するスコープから参照される) セル変数の名前のタプル "
370
370
371
371
#: ../../library/inspect.rst:156
372
372
msgid "co_consts"
@@ -400,6 +400,8 @@ msgstr "co_flags"
400
400
msgid ""
401
401
"bitmap of ``CO_*`` flags, read more :ref:`here <inspect-module-co-flags>`"
402
402
msgstr ""
403
+ "``CO_*`` ビットフラグのマップ。詳細は :ref:`こちら <inspect-module-co-"
404
+ "flags>` を参照。"
403
405
404
406
#: ../../library/inspect.rst:170
405
407
msgid "co_lnotab"
@@ -416,23 +418,23 @@ msgstr "co_freevars"
416
418
417
419
#: ../../library/inspect.rst:174
418
420
msgid "tuple of names of free variables (referenced via a function's closure)"
419
- msgstr ""
421
+ msgstr "(関数のクロージャを介して参照される) 自由変数の名前のタプル "
420
422
421
423
#: ../../library/inspect.rst:178
422
424
msgid "co_posonlyargcount"
423
- msgstr ""
425
+ msgstr "co_posonlyargcount "
424
426
425
427
#: ../../library/inspect.rst:178
426
428
msgid "number of positional only arguments"
427
- msgstr ""
429
+ msgstr "位置専用引数の数 "
428
430
429
431
#: ../../library/inspect.rst:181
430
432
msgid "co_kwonlyargcount"
431
433
msgstr "co_kwonlyargcount"
432
434
433
435
#: ../../library/inspect.rst:181
434
436
msgid "number of keyword only arguments (not including \\ *\\ * arg)"
435
- msgstr ""
437
+ msgstr "キーワード専用引数 ( \\ * \\ * 引数を含まない) の数 "
436
438
437
439
#: ../../library/inspect.rst:185
438
440
msgid "co_name"
@@ -536,11 +538,12 @@ msgstr "cr_code"
536
538
537
539
#: ../../library/inspect.rst:227
538
540
msgid "cr_origin"
539
- msgstr ""
541
+ msgstr "cr_origin "
540
542
541
543
#: ../../library/inspect.rst:227
542
544
msgid "where coroutine was created, or ``None``. See |coroutine-origin-link|"
543
545
msgstr ""
546
+ "``None`` またはコルーチンが生成された場所。 |coroutine-origin-link| を参照。"
544
547
545
548
#: ../../library/inspect.rst:231
546
549
msgid "builtin"
@@ -569,7 +572,7 @@ msgstr ""
569
572
570
573
#: ../../library/inspect.rst:252
571
574
msgid "Add ``cr_origin`` attribute to coroutines."
572
- msgstr ""
575
+ msgstr "コルーチンに ``cr_origin`` 属性を追加しました。 "
573
576
574
577
#: ../../library/inspect.rst:256
575
578
msgid ""
0 commit comments