-
-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathexpressions.po
More file actions
4545 lines (3871 loc) · 170 KB
/
Copy pathexpressions.po
File metadata and controls
4545 lines (3871 loc) · 170 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001 Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# python-doc bot, 2026
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.15\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-09 17:24+0000\n"
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
"Last-Translator: python-doc bot, 2026\n"
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
"ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../../reference/expressions.rst:6
msgid "Expressions"
msgstr "式 (expression)"
#: ../../reference/expressions.rst:10
msgid ""
"This chapter explains the meaning of the elements of expressions in Python."
msgstr "この章では、Python の式における個々の要素の意味について解説します。"
#: ../../reference/expressions.rst:12
msgid ""
"**Syntax Notes:** In this and the following chapters, :ref:`grammar notation "
"<notation>` will be used to describe syntax, not lexical analysis."
msgstr ""
#: ../../reference/expressions.rst:16
msgid "When (one alternative of) a syntax rule has the form:"
msgstr ""
#: ../../reference/expressions.rst:21
msgid ""
"and no semantics are given, the semantics of this form of ``name`` are the "
"same as for ``othername``."
msgstr ""
"で記述されていて、この構文特有の意味付け (semantics) が記述されていない場"
"合、 ``name`` の形式をとる構文の意味付けは ``othername`` の意味付けと同じにな"
"ります。"
#: ../../reference/expressions.rst:28
msgid "Arithmetic conversions"
msgstr "算術変換 (arithmetic conversion)"
#: ../../reference/expressions.rst:32
msgid ""
"When a description of an arithmetic operator below uses the phrase \"the "
"numeric arguments are converted to a common real type\", this means that the "
"operator implementation for built-in numeric types works as described in "
"the :ref:`Numeric Types <stdtypes-mixed-arithmetic>` section of the standard "
"library documentation."
msgstr ""
#: ../../reference/expressions.rst:38
msgid ""
"Some additional rules apply for certain operators and non-numeric operands "
"(for example, a string as a left argument to the ``%`` operator). Extensions "
"must define their own conversion behavior."
msgstr ""
#: ../../reference/expressions.rst:46
msgid "Atoms"
msgstr "アトム、原子的要素 (atom)"
#: ../../reference/expressions.rst:50
msgid ""
"Atoms are the most basic elements of expressions. The simplest atoms are :"
"ref:`builtin constants <atom-singletons>`, :ref:`names <identifiers>` and :"
"ref:`literals <atom-literals>`. More complex atoms are enclosed in paired "
"delimiters:"
msgstr ""
#: ../../reference/expressions.rst:55
msgid ""
"``()`` (parentheses): :ref:`groups <parenthesized>`, :ref:`tuple displays "
"<tuple-display>`, :ref:`yield atoms <yieldexpr>`, and :ref:`generator "
"expressions <genexpr>`;"
msgstr ""
#: ../../reference/expressions.rst:59
msgid "``[]`` (square brackets): :ref:`list displays <lists>`;"
msgstr ""
#: ../../reference/expressions.rst:60
msgid ""
"``{}`` (curly braces): :ref:`dictionary <dict>` and :ref:`set <set>` "
"displays."
msgstr ""
#: ../../reference/expressions.rst:62
msgid "Formally, the syntax for atoms is:"
msgstr ""
#: ../../reference/expressions.rst:91
msgid "Built-in constants"
msgstr ""
#: ../../reference/expressions.rst:93
msgid ""
"The keywords ``True``, ``False``, and ``None`` name :ref:`built-in constants "
"<built-in-consts>`. The token ``...`` names the :py:data:`Ellipsis` constant."
msgstr ""
#: ../../reference/expressions.rst:97
msgid "Evaluation of these atoms yields the corresponding value."
msgstr ""
#: ../../reference/expressions.rst:101
msgid ""
"Several more built-in constants are available as global variables, but only "
"the ones mentioned here are :ref:`keywords <keywords>`. In particular, these "
"names cannot be reassigned or used as attributes:"
msgstr ""
#: ../../reference/expressions.rst:105
msgid ""
">>> False = 123\n"
" File \"<input>\", line 1\n"
" False = 123\n"
" ^^^^^\n"
"SyntaxError: cannot assign to False"
msgstr ""
#: ../../reference/expressions.rst:113
msgid "Formally, the syntax for built-in constants is:"
msgstr ""
#: ../../reference/expressions.rst:123
msgid "Identifiers (Names)"
msgstr "識別子 (identifier、または名前 (name))"
#: ../../reference/expressions.rst:127
msgid ""
"An identifier occurring as an atom is a name. See section :ref:"
"`identifiers` for lexical definition and section :ref:`naming` for "
"documentation of naming and binding."
msgstr ""
"アトムの形になっている識別子 (identifier) は名前 (name) です。字句定義につい"
"ては :ref:`identifiers` 節を、名前付けや束縛については :ref:`naming` 節を参照"
"してください。"
#: ../../reference/expressions.rst:133
msgid ""
"When the name is bound to an object, evaluation of the atom yields that "
"object. When a name is not bound, an attempt to evaluate it raises a :exc:"
"`NameError` exception."
msgstr ""
"名前があるオブジェクトに束縛されている場合、名前 atom を評価するとそのオブ"
"ジェクトになります。名前が束縛されていない場合、 atom を評価しようとすると :"
"exc:`NameError` 例外を送出します。"
#: ../../reference/expressions.rst:144
msgid "Private name mangling"
msgstr ""
#: ../../reference/expressions.rst:146
msgid ""
"When an identifier that textually occurs in a class definition begins with "
"two or more underscore characters and does not end in two or more "
"underscores, it is considered a :dfn:`private name` of that class."
msgstr ""
#: ../../reference/expressions.rst:152
msgid "The :ref:`class specifications <class>`."
msgstr ""
#: ../../reference/expressions.rst:154
msgid ""
"More precisely, private names are transformed to a longer form before code "
"is generated for them. If the transformed name is longer than 255 "
"characters, implementation-defined truncation may happen."
msgstr ""
#: ../../reference/expressions.rst:158
msgid ""
"The transformation is independent of the syntactical context in which the "
"identifier is used but only the following private identifiers are mangled:"
msgstr ""
#: ../../reference/expressions.rst:161
msgid ""
"Any name used as the name of a variable that is assigned or read or any name "
"of an attribute being accessed."
msgstr ""
#: ../../reference/expressions.rst:164
msgid ""
"The :attr:`~definition.__name__` attribute of nested functions, classes, and "
"type aliases is however not mangled."
msgstr ""
#: ../../reference/expressions.rst:167
msgid ""
"The name of imported modules, e.g., ``__spam`` in ``import __spam``. If the "
"module is part of a package (i.e., its name contains a dot), the name is "
"*not* mangled, e.g., the ``__foo`` in ``import __foo.bar`` is not mangled."
msgstr ""
#: ../../reference/expressions.rst:172
msgid ""
"The name of an imported member, e.g., ``__f`` in ``from spam import __f``."
msgstr ""
#: ../../reference/expressions.rst:174
msgid "The transformation rule is defined as follows:"
msgstr ""
#: ../../reference/expressions.rst:176
msgid ""
"The class name, with leading underscores removed and a single leading "
"underscore inserted, is inserted in front of the identifier, e.g., the "
"identifier ``__spam`` occurring in a class named ``Foo``, ``_Foo`` or "
"``__Foo`` is transformed to ``_Foo__spam``."
msgstr ""
#: ../../reference/expressions.rst:181
msgid ""
"If the class name consists only of underscores, the transformation is the "
"identity, e.g., the identifier ``__spam`` occurring in a class named ``_`` "
"or ``__`` is left as is."
msgstr ""
#: ../../reference/expressions.rst:188
msgid "Literals"
msgstr "リテラル"
#: ../../reference/expressions.rst:192
msgid ""
"A :dfn:`literal` is a textual representation of a value. Python supports "
"numeric, string and bytes literals. :ref:`Format strings <f-strings>` and :"
"ref:`template strings <t-strings>` are treated as string literals."
msgstr ""
#: ../../reference/expressions.rst:197
msgid ""
"Numeric literals consist of a single :token:`NUMBER <python-grammar:NUMBER>` "
"token, which names an integer, floating-point number, or an imaginary "
"number. See the :ref:`numbers` section in Lexical analysis documentation for "
"details."
msgstr ""
#: ../../reference/expressions.rst:201
msgid ""
"String and bytes literals may consist of several tokens. See section :ref:"
"`string-concatenation` for details."
msgstr ""
#: ../../reference/expressions.rst:204
msgid ""
"Note that negative and complex numbers, like ``-3`` or ``3+4.2j``, are "
"syntactically not literals, but :ref:`unary <unary>` or :ref:`binary "
"<binary>` arithmetic operations involving the ``-`` or ``+`` operator."
msgstr ""
#: ../../reference/expressions.rst:209
msgid ""
"Evaluation of a literal yields an object of the given type (:class:`int`, :"
"class:`float`, :class:`complex`, :class:`str`, :class:`bytes`, or :class:"
"`~string.templatelib.Template`) with the given value. The value may be "
"approximated in the case of floating-point and imaginary literals."
msgstr ""
#: ../../reference/expressions.rst:215
msgid "The formal grammar for literals is:"
msgstr ""
#: ../../reference/expressions.rst:229
msgid "Literals and object identity"
msgstr ""
#: ../../reference/expressions.rst:231
msgid ""
"All literals correspond to immutable data types, and hence the object's "
"identity is less important than its value. Multiple evaluations of literals "
"with the same value (either the same occurrence in the program text or a "
"different occurrence) may obtain the same object or a different object with "
"the same value."
msgstr ""
"リテラルは全て変更不能なデータ型に対応します。このため、オブジェクトのアイデ"
"ンティティはオブジェクトの値ほど重要ではありません。同じ値を持つ複数のリテラ"
"ルを評価した場合、(それらのリテラルがプログラムの同じ場所由来のものであって"
"も、そうでなくても) 同じオブジェクトを指しているか、まったく同じ値を持つ別の"
"オブジェクトになります。"
#: ../../reference/expressions.rst:237
msgid "CPython implementation detail"
msgstr ""
#: ../../reference/expressions.rst:239
msgid ""
"For example, in CPython, *small* integers with the same value evaluate to "
"the same object::"
msgstr ""
#: ../../reference/expressions.rst:242
msgid ""
">>> x = 7\n"
">>> y = 7\n"
">>> x is y\n"
"True"
msgstr ""
#: ../../reference/expressions.rst:247
msgid "However, large integers evaluate to different objects::"
msgstr ""
#: ../../reference/expressions.rst:249
msgid ""
">>> x = 123456789\n"
">>> y = 123456789\n"
">>> x is y\n"
"False"
msgstr ""
#: ../../reference/expressions.rst:254
msgid ""
"This behavior may change in future versions of CPython. In particular, the "
"boundary between \"small\" and \"large\" integers has already changed in the "
"past."
msgstr ""
#: ../../reference/expressions.rst:258
msgid ""
"CPython will emit a :py:exc:`SyntaxWarning` when you compare literals using "
"``is``::"
msgstr ""
#: ../../reference/expressions.rst:261
msgid ""
">>> x = 7\n"
">>> x is 7\n"
"<input>:1: SyntaxWarning: \"is\" with 'int' literal. Did you mean \"==\"?\n"
"True"
msgstr ""
#: ../../reference/expressions.rst:266
msgid "See :ref:`faq-identity-with-is` for more information."
msgstr ""
#: ../../reference/expressions.rst:268
msgid ""
":ref:`Template strings <t-strings>` are immutable but may reference mutable "
"objects as :class:`~string.templatelib.Interpolation` values. For the "
"purposes of this section, two t-strings have the \"same value\" if both "
"their structure and the *identity* of the values match."
msgstr ""
#: ../../reference/expressions.rst:275
msgid ""
"Currently, each evaluation of a template string results in a different "
"object."
msgstr ""
#: ../../reference/expressions.rst:282
msgid "String literal concatenation"
msgstr "文字列リテラルの結合 (concatenation)"
#: ../../reference/expressions.rst:284
msgid ""
"Multiple adjacent string or bytes literals, possibly using different quoting "
"conventions, are allowed, and their meaning is the same as their "
"concatenation::"
msgstr ""
#: ../../reference/expressions.rst:288
msgid ""
">>> \"hello\" 'world'\n"
"\"helloworld\""
msgstr ""
#: ../../reference/expressions.rst:291
msgid ""
"This feature is defined at the syntactical level, so it only works with "
"literals. To concatenate string expressions at run time, the '+' operator "
"may be used::"
msgstr ""
#: ../../reference/expressions.rst:294
msgid ""
">>> greeting = \"Hello\"\n"
">>> space = \" \"\n"
">>> name = \"Blaise\"\n"
">>> print(greeting + space + name) # not: print(greeting space name)\n"
"Hello Blaise"
msgstr ""
#: ../../reference/expressions.rst:300
msgid ""
"Literal concatenation can freely mix raw strings, triple-quoted strings, and "
"formatted string literals. For example::"
msgstr ""
#: ../../reference/expressions.rst:304
msgid ""
">>> \"Hello\" r', ' f\"{name}!\"\n"
"\"Hello, Blaise!\""
msgstr ""
#: ../../reference/expressions.rst:307
msgid ""
"This feature can be used to reduce the number of backslashes needed, to "
"split long strings conveniently across long lines, or even to add comments "
"to parts of strings. For example::"
msgstr ""
#: ../../reference/expressions.rst:311
msgid ""
"re.compile(\"[A-Za-z_]\" # letter or underscore\n"
" \"[A-Za-z0-9_]*\" # letter, digit or underscore\n"
" )"
msgstr ""
#: ../../reference/expressions.rst:315
msgid ""
"However, bytes literals may only be combined with other byte literals; not "
"with string literals of any kind. Also, template string literals may only be "
"combined with other template string literals::"
msgstr ""
#: ../../reference/expressions.rst:320
msgid ""
">>> t\"Hello\" t\"{name}!\"\n"
"Template(strings=('Hello', '!'), interpolations=(...))"
msgstr ""
#: ../../reference/expressions.rst:323
msgid "Formally:"
msgstr ""
#: ../../reference/expressions.rst:339
msgid "Parenthesized groups"
msgstr ""
#: ../../reference/expressions.rst:341
msgid ""
"A :dfn:`parenthesized group` is an expression enclosed in parentheses. The "
"group evaluates to the same value as the expression inside."
msgstr ""
#: ../../reference/expressions.rst:344
msgid ""
"Groups are used to override or clarify :ref:`operator precedence <operator-"
"precedence>`, in the same way as in math notation. For example::"
msgstr ""
#: ../../reference/expressions.rst:349
msgid ""
">>> 3 << 2 | 4\n"
"12\n"
">>> 3 << (2 | 4) # Override precedence of the | (bitwise OR)\n"
"192\n"
">>> (3 << 2) | 4 # Same as without parentheses (but more clear)\n"
"12"
msgstr ""
#: ../../reference/expressions.rst:356
msgid ""
"Note that not everything in parentheses is a *group*. Specifically, a "
"parenthesized group must include exactly one expression, and cannot end with "
"a comma. See :ref:`tuple displays <tuple-display>` and :ref:`generator "
"expressions <genexpr>` for other parenthesized forms."
msgstr ""
#: ../../reference/expressions.rst:362
msgid "Formally, the syntax for groups is:"
msgstr ""
#: ../../reference/expressions.rst:373
msgid "Container displays"
msgstr ""
#: ../../reference/expressions.rst:377
msgid ""
"For constructing builtin containers (lists, sets, tuples or dictionaries), "
"Python provides special syntax called :dfn:`displays`. There are subtle "
"differences between the four kinds of displays, detailed in the following "
"sections. All displays, however, consist of comma-separated items enclosed "
"in paired delimiters."
msgstr ""
#: ../../reference/expressions.rst:384
msgid ""
"For example, a *list display* is a series of expressions enclosed in square "
"brackets::"
msgstr ""
#: ../../reference/expressions.rst:387
msgid ""
">>> [\"one\", \"two\", \"three\"]\n"
"['one', 'two', 'three']\n"
">>> [1 + 2, 2 + 3]\n"
"[3, 5]"
msgstr ""
#: ../../reference/expressions.rst:392
msgid ""
"In list, tuple and dictionary (but not set) displays, the series may be "
"empty::"
msgstr ""
#: ../../reference/expressions.rst:394
msgid ""
">>> [] # empty list\n"
"[]\n"
">>> () # empty tuple\n"
"()\n"
">>> {} # empty dictionary\n"
"{}"
msgstr ""
#: ../../reference/expressions.rst:403
msgid ""
"If the series is not empty, the items may be followed by an additional "
"comma, which has no effect::"
msgstr ""
#: ../../reference/expressions.rst:406
msgid ""
">>> [\"one\", \"two\", \"three\",] # note comma after \"three\"\n"
"['one', 'two', 'three']"
msgstr ""
#: ../../reference/expressions.rst:411
msgid ""
"The trailing comma is often used for displays that span multiple lines "
"(using :ref:`implicit line joining <implicit-joining>`), so when a future "
"programmer adds a new entry at the end, they do not need to modify an "
"existing line::"
msgstr ""
#: ../../reference/expressions.rst:416
msgid ""
">>> [\n"
"... 'one',\n"
"... 'two',\n"
"... 'three',\n"
"... ]\n"
"['one', 'two', 'three']"
msgstr ""
#: ../../reference/expressions.rst:423
msgid ""
"At runtime, when a display is evaluated, the listed items are evaluated from "
"left to right and placed into a new container of the appropriate type."
msgstr ""
#: ../../reference/expressions.rst:430
msgid ""
"For tuple, list and set (but not dict) displays, any item in the display may "
"be prefixed with an asterisk (``*``). This denotes :ref:`iterable unpacking "
"<iterable-unpacking>`. At runtime, the asterisk-prefixed expression must "
"evaluate to an iterable, whose contents are inserted into the container at "
"the location of the unpacking. For example::"
msgstr ""
#: ../../reference/expressions.rst:437
msgid ""
">>> numbers = (1, 2)\n"
">>> [*numbers, 'word', *numbers]\n"
"[1, 2, 'word', 1, 2]"
msgstr ""
#: ../../reference/expressions.rst:441
msgid ""
"Dictionary displays use a similar mechanism called *dictionary unpacking*, "
"denoted with a double asterisk (``**``). See :ref:`dict` for details."
msgstr ""
#: ../../reference/expressions.rst:446
msgid ""
"A more advanced form of displays are :dfn:`comprehensions`, where items are "
"computed via a set of looping and filtering instructions. See the :ref:"
"`comprehensions` section for details."
msgstr ""
#: ../../reference/expressions.rst:450
msgid ""
"Iterable and dictionary unpacking in displays, originally proposed by :pep:"
"`448`."
msgstr ""
#: ../../reference/expressions.rst:458
msgid "List displays"
msgstr "リスト表示"
#: ../../reference/expressions.rst:468
msgid ""
"A :dfn:`list display` is a possibly empty series of expressions enclosed in "
"square brackets. For example::"
msgstr ""
#: ../../reference/expressions.rst:471
msgid ""
">>> [\"one\", \"two\", \"three\"]\n"
"['one', 'two', 'three']\n"
">>> [\"one\"] # One-element list\n"
"['one']\n"
">>> [] # empty list\n"
"[]"
msgstr ""
#: ../../reference/expressions.rst:478 ../../reference/expressions.rst:508
#: ../../reference/expressions.rst:543
msgid "See :ref:`displays` for general information on displays."
msgstr ""
#: ../../reference/expressions.rst:480
msgid "The formal grammar for list displays is:"
msgstr ""
#: ../../reference/expressions.rst:491
msgid "Set displays"
msgstr "集合表示"
#: ../../reference/expressions.rst:500
msgid ""
"A :dfn:`set display` is a *non-empty* series of expressions enclosed in "
"curly braces. For example::"
msgstr ""
#: ../../reference/expressions.rst:503
msgid ""
">>> {\"one\", \"two\", \"three\"}\n"
"{'one', 'three', 'two'}\n"
">>> {\"one\"} # One-element set\n"
"{'one'}"
msgstr ""
#: ../../reference/expressions.rst:510
msgid ""
"There is no special syntax for the empty set. The ``{}`` literal is a :ref:"
"`dictionary display <dict>` that constructs an empty dictionary. Call :class:"
"`set() <set>` with no arguments to get an empty set."
msgstr ""
#: ../../reference/expressions.rst:515
msgid "The formal grammar for set displays is:"
msgstr ""
#: ../../reference/expressions.rst:533
msgid "Tuple displays"
msgstr ""
#: ../../reference/expressions.rst:535
msgid ""
"A :dfn:`tuple display` is a series of expressions enclosed in parentheses. "
"For example::"
msgstr ""
#: ../../reference/expressions.rst:538
msgid ""
">>> (1, 2)\n"
"(1, 2)\n"
">>> () # an empty tuple\n"
"()"
msgstr ""
#: ../../reference/expressions.rst:545
msgid ""
"To avoid ambiguity, if a tuple display has exactly one element, it requires "
"a trailing comma. Without it, you get a :ref:`parenthesized group "
"<parenthesized>`::"
msgstr ""
#: ../../reference/expressions.rst:549
msgid ""
">>> ('single',) # single-element tuple\n"
"('single',)\n"
">>> ('single') # no comma: single string\n"
"'single'"
msgstr ""
#: ../../reference/expressions.rst:554
msgid ""
"To put it in other words, a tuple display is a parenthesized list of either:"
msgstr ""
#: ../../reference/expressions.rst:556
msgid "two or more comma-separated expressions, or"
msgstr ""
#: ../../reference/expressions.rst:557
msgid "zero or more expressions, each followed by a comma."
msgstr ""
#: ../../reference/expressions.rst:559
msgid ""
"Since tuples are immutable, :ref:`object identity rules for literals "
"<literals-identity>` also apply to tuples: at runtime, two occurrences of "
"tuples with the same values may or may not yield the same object."
msgstr ""
#: ../../reference/expressions.rst:565
msgid ""
"Python's syntax also includes :ref:`expression lists <exprlists>`, where a "
"comma-separated list of expressions is *not* enclosed in parentheses but "
"evaluates to tuple."
msgstr ""
#: ../../reference/expressions.rst:569
msgid ""
"In other words, when it comes to tuple syntax, the comma is more important "
"that the use of parentheses. Only the empty tuple is spelled without a comma."
msgstr ""
#: ../../reference/expressions.rst:574
msgid "The formal grammar for tuple displays is:"
msgstr ""
#: ../../reference/expressions.rst:587
msgid "Dictionary displays"
msgstr "辞書表示"
#: ../../reference/expressions.rst:598
msgid ""
"A :dfn:`dictionary display` is a possibly empty series of :dfn:`dict items` "
"enclosed in curly braces. Each dict item is a colon-separated pair of "
"expressions: the :dfn:`key` and its associated :dfn:`value`. For example::"
msgstr ""
#: ../../reference/expressions.rst:604
msgid ""
">>> {1: 'one', 2: 'two'}\n"
"{1: 'one', 2: 'two'}"
msgstr ""
#: ../../reference/expressions.rst:607
msgid ""
"At runtime, when a dictionary comprehension is evaluated, the expressions "
"are evaluated from left to right. Each key object is used as a key into the "
"dictionary to store the corresponding value. This means that you can specify "
"the same key multiple times in the comprehension, and the final dictionary's "
"value for a given key will be the last one given. For example::"
msgstr ""
#: ../../reference/expressions.rst:616
msgid ""
">>> {\n"
"... 1: 'this will be overridden',\n"
"... 2: 'two',\n"
"... 1: 'also overridden',\n"
"... 1: 'one',\n"
"... }\n"
"{1: 'one', 2: 'two'}"
msgstr ""
#: ../../reference/expressions.rst:630
msgid ""
"Instead of a key-value pair, a dict item may be an expression prefixed by a "
"double asterisk ``**``. This denotes :dfn:`dictionary unpacking`. At "
"runtime, the expression must evaluate to a :term:`mapping`; each item of the "
"mapping is added to the new dictionary. As with key-value pairs, later "
"values replace values already set by earlier items and unpackings. This may "
"be used to override a set of defaults::"
msgstr ""
#: ../../reference/expressions.rst:638
msgid ""
">>> defaults = {'color': 'blue', 'count': 8}\n"
">>> overrides = {'color': 'yellow'}\n"
">>> {**defaults, **overrides}\n"
"{'color': 'yellow', 'count': 8}"
msgstr ""
#: ../../reference/expressions.rst:643
msgid "Unpacking into dictionary displays, originally proposed by :pep:`448`."
msgstr "辞書表示のアンパックは最初に :pep:`448` で提案されました。"
#: ../../reference/expressions.rst:646
msgid "The formal grammar for dict displays is:"
msgstr ""
#: ../../reference/expressions.rst:664
msgid "Comprehensions"
msgstr "内包表記 (Comprehension)"
#: ../../reference/expressions.rst:666
msgid ""
"List, set and dictionary :dfn:`comprehensions` are a form of :ref:`container "
"displays <displays>` where items are computed via a set of looping and "
"filtering instructions rather than listed explicitly."
msgstr ""
#: ../../reference/expressions.rst:670
msgid ""
"In its simplest form, a comprehension consists of a single expression "
"followed by a :keyword:`!for` clause. The :keyword:`!for` clause has the "
"same syntax as the header of a :ref:`for statement <for>`, without a "
"trailing colon."
msgstr ""
#: ../../reference/expressions.rst:675
msgid "For example, a list of the first ten squares is::"
msgstr ""
#: ../../reference/expressions.rst:677
msgid ""
">>> [x**2 for x in range(10)]\n"
"[0, 1, 4, 9, 16, 25, 36, 49, 64, 81]"
msgstr ""
#: ../../reference/expressions.rst:680
msgid ""
"At run time, a list comprehension creates a new list. The expression after :"
"keyword:`!in` must evaluate to an :term:`iterable`. For each element of this "
"iterable, the element is bound to the :keyword:`!for` clause's target as in "
"a :keyword:`!for` statement, then the expression before :keyword:`!for` is "
"evaluated with the target in scope and the result is added to the new list. "
"Thus, the example above is roughly equivalent to defining and calling the "
"following function::"
msgstr ""
#: ../../reference/expressions.rst:689
msgid ""
"def make_list_of_squares(iterable):\n"
" result = []\n"
" for x in iterable:\n"
" result.append(x**2)\n"
" return result\n"
"\n"
"make_list_of_squares(range(10))"
msgstr ""
#: ../../reference/expressions.rst:697
msgid ""
"Set comprehensions work similarly. For example, here is a set of lowercase "
"letters::"
msgstr ""
#: ../../reference/expressions.rst:700
msgid ""
">>> {x.lower() for x in ['a', 'A', 'b', 'C']}\n"
"{'c', 'a', 'b'}"
msgstr ""
#: ../../reference/expressions.rst:703
msgid "At run time, this corresponds roughly to calling this function::"
msgstr ""
#: ../../reference/expressions.rst:705
msgid ""
"def make_lowercase_set(iterable):\n"
" result = set(iterable)\n"
" for x in iterable:\n"
" result.append(x.lower())\n"
" return result\n"
"\n"
"make_lowercase_set(['a', 'A', 'b', 'C'])"
msgstr ""
#: ../../reference/expressions.rst:713
msgid ""
"Dictionary comprehensions start with a colon-separated key-value pair "
"instead of an expression. For example::"
msgstr ""
#: ../../reference/expressions.rst:716
msgid ""
">>> {func.__name__: func for func in [print, hex, any]}\n"
"{'print': <built-in function print>,\n"
" 'hex': <built-in function hex>,\n"
" 'any': <built-in function any>}"
msgstr ""
#: ../../reference/expressions.rst:721
msgid "At run time, this corresponds roughly to::"
msgstr ""
#: ../../reference/expressions.rst:723
msgid ""
"def make_dict_mapping_names_to_functions(iterable):\n"
" result = {}\n"
" for func in iterable:\n"
" result[func.__name__] = func\n"
" return result\n"
"\n"
"iterable([print, hex, any])"
msgstr ""
#: ../../reference/expressions.rst:731
msgid ""
"As in other kinds of dictionary displays, the same key may be specified "
"multiple times. Earlier values are overwritten by ones that are evaluated "
"later."
msgstr ""
#: ../../reference/expressions.rst:735
msgid ""
"There are no *tuple comprehensions*. A similar syntax is instead used for :"
"ref:`generator expressions <genexpr>`, from which you can construct a tuple "
"like this::"
msgstr ""
#: ../../reference/expressions.rst:739
msgid ""
">>> tuple(x**2 for x in range(10))\n"
"(0, 1, 4, 9, 16, 25, 36, 49, 64, 81)"
msgstr ""
#: ../../reference/expressions.rst:742
msgid ""
"Prior to Python 3.8, in dict comprehensions, the evaluation order of key and "
"value was not well-defined. In CPython, the value was evaluated before the "
"key. Starting with 3.8, the key is evaluated before the value, as proposed "
"by :pep:`572`."
msgstr ""
"Python 3.8 より前のバージョンでは、辞書内包表記において、キーと値の評価順序は"
"明示されていませんでした。CPython では、値がキーより先に評価されていました。"
"バージョン 3.8 からは :pep:`572` で提案されているように、キーが値より先に評価"
"されます。"
#: ../../reference/expressions.rst:752
msgid "Filtering in comprehensions"
msgstr ""
#: ../../reference/expressions.rst:754
msgid ""
"The :keyword:`!for` clause may be followed by an :keyword:`!if` clause with "
"an expression."
msgstr ""
#: ../../reference/expressions.rst:757
msgid ""
"For example, a list of names from the :mod:`math` module that start with "
"``f`` is::"
msgstr ""
#: ../../reference/expressions.rst:760
msgid ""
">>> [name for name in vars(math) if name.startswith('f')]\n"
"['fabs', 'factorial', 'floor', 'fma', 'fmod', 'frexp', 'fsum']"
msgstr ""
#: ../../reference/expressions.rst:763
msgid ""
"At run time, the expression after :keyword:`!if` is evaluated before each "
"element is added to the resulting container, and if it is false, the element "
"is skipped. Thus, the above example roughly corresponds to defining and "
"calling the following function::"
msgstr ""
#: ../../reference/expressions.rst:769
msgid ""
"def get_math_f_names(iterable):\n"
" result = []\n"
" for name in iterable:\n"
" if name.startswith('f'):\n"
" result.append(name)\n"
" return result\n"
"\n"
"get_math_f_names(vars(math))"
msgstr ""
#: ../../reference/expressions.rst:778
msgid ""
"Filtering is a special case of more complex comprehensions. See the next "
"section for a more formal description."
msgstr ""
#: ../../reference/expressions.rst:785
msgid "Complex comprehensions"
msgstr ""
#: ../../reference/expressions.rst:787
msgid ""
"Generally, a comprehension's initial :keyword:`!for` clause may be followed "
"by zero or more additional :keyword:`!for` or :keyword:`!if` clauses. For "
"example, here is a list of names exposed by two Python modules, filtered to "
"only include names that start with ``a``::"
msgstr ""
#: ../../reference/expressions.rst:792
msgid ""
">>> import array\n"
">>> import math\n"
">>> [\n"
"... name\n"
"... for module in [array, math]\n"
"... for name in vars(module)\n"
"... if name.startswith('a')\n"
"... ]\n"
"['array', 'acos', 'acosh', 'asin', 'asinh', 'atan', 'atan2', 'atanh']"
msgstr ""
#: ../../reference/expressions.rst:802
msgid "At run time, this roughly corresponds to defining and calling::"
msgstr ""