Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0371fb3

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parent80bc525 commit0371fb3

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

‎library/inspect.po

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ msgstr "co_cellvars"
366366

367367
#:../../library/inspect.rst:154
368368
msgid"tuple of names of cell variables (referenced by containing scopes)"
369-
msgstr""
369+
msgstr"(自身が包含するスコープから参照される) セル変数の名前のタプル"
370370

371371
#:../../library/inspect.rst:158
372372
msgid"co_consts"
@@ -400,6 +400,8 @@ msgstr "co_flags"
400400
msgid""
401401
"bitmap of ``CO_*`` flags, read more :ref:`here <inspect-module-co-flags>`"
402402
msgstr""
403+
"``CO_*`` ビットフラグのマップ。詳細は :ref:`こちら <inspect-module-co-"
404+
"flags>` を参照。"
403405

404406
#:../../library/inspect.rst:172
405407
msgid"co_lnotab"
@@ -416,23 +418,23 @@ msgstr "co_freevars"
416418

417419
#:../../library/inspect.rst:176
418420
msgid"tuple of names of free variables (referenced via a function's closure)"
419-
msgstr""
421+
msgstr"(関数のクロージャを介して参照される) 自由変数の名前のタプル"
420422

421423
#:../../library/inspect.rst:180
422424
msgid"co_posonlyargcount"
423-
msgstr""
425+
msgstr"co_posonlyargcount"
424426

425427
#:../../library/inspect.rst:180
426428
msgid"number of positional only arguments"
427-
msgstr""
429+
msgstr"位置専用引数の数"
428430

429431
#:../../library/inspect.rst:183
430432
msgid"co_kwonlyargcount"
431433
msgstr"co_kwonlyargcount"
432434

433435
#:../../library/inspect.rst:183
434436
msgid"number of keyword only arguments (not including\\*\\* arg)"
435-
msgstr""
437+
msgstr"キーワード専用引数 (\\*\\* 引数を含まない) の数"
436438

437439
#:../../library/inspect.rst:187
438440
msgid"co_name"
@@ -448,7 +450,7 @@ msgstr "co_names"
448450

449451
#:../../library/inspect.rst:190
450452
msgid"tuple of names other than arguments and function locals"
451-
msgstr""
453+
msgstr"関数の引数でもローカル変数でもない名前のタプル"
452454

453455
#:../../library/inspect.rst:194
454456
msgid"co_nlocals"
@@ -536,11 +538,12 @@ msgstr "cr_code"
536538

537539
#:../../library/inspect.rst:230
538540
msgid"cr_origin"
539-
msgstr""
541+
msgstr"cr_origin"
540542

541543
#:../../library/inspect.rst:230
542544
msgid"where coroutine was created, or ``None``. See |coroutine-origin-link|"
543545
msgstr""
546+
"``None`` またはコルーチンが生成された場所。 |coroutine-origin-link| を参照。"
544547

545548
#:../../library/inspect.rst:234
546549
msgid"builtin"
@@ -569,11 +572,11 @@ msgstr ""
569572

570573
#:../../library/inspect.rst:255
571574
msgid"Add ``cr_origin`` attribute to coroutines."
572-
msgstr""
575+
msgstr"コルーチンに ``cr_origin`` 属性を追加しました。"
573576

574577
#:../../library/inspect.rst:259
575578
msgid"Add ``__builtins__`` attribute to functions."
576-
msgstr""
579+
msgstr"関数に ``__builtins__`` 属性を追加しました。"
577580

578581
#:../../library/inspect.rst:263
579582
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp