-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathclasses.po
More file actions
1333 lines (1218 loc) · 78.4 KB
/
classes.po
File metadata and controls
1333 lines (1218 loc) · 78.4 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-2022, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.10\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-30 14:59+0000\n"
"PO-Revision-Date: 2022-11-05 17:23+0000\n"
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
"ja/)\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../../tutorial/classes.rst:5
msgid "Classes"
msgstr "クラス"
#: ../../tutorial/classes.rst:7
msgid ""
"Classes provide a means of bundling data and functionality together. "
"Creating a new class creates a new *type* of object, allowing new "
"*instances* of that type to be made. Each class instance can have "
"attributes attached to it for maintaining its state. Class instances can "
"also have methods (defined by its class) for modifying its state."
msgstr ""
"クラスはデータと機能を組み合わせる方法を提供します。\n"
"新規にクラスを作成することで、新しいオブジェクトの *型* を作成し、その型を持"
"つ新しい *インスタンス* が作れます。\n"
"クラスのそれぞれのインスタンスは自身の状態を保持する属性を持てます。\n"
"クラスのインスタンスは、その状態を変更するための (そのクラスが定義する) メ"
"ソッドも持てます。"
#: ../../tutorial/classes.rst:13
msgid ""
"Compared with other programming languages, Python's class mechanism adds "
"classes with a minimum of new syntax and semantics. It is a mixture of the "
"class mechanisms found in C++ and Modula-3. Python classes provide all the "
"standard features of Object Oriented Programming: the class inheritance "
"mechanism allows multiple base classes, a derived class can override any "
"methods of its base class or classes, and a method can call the method of a "
"base class with the same name. Objects can contain arbitrary amounts and "
"kinds of data. As is true for modules, classes partake of the dynamic "
"nature of Python: they are created at runtime, and can be modified further "
"after creation."
msgstr ""
"Python は、他のプログラミング言語と比較して、最小限の構文と意味付けを使ってク"
"ラスを言語に追加しています。Python のクラスは、C++ と Modula-3 のクラスメカニ"
"ズムを混ぜたものです。Python のクラス機構はオブジェクト指向プログラミングの標"
"準的な機能を全て提供しています。クラスの継承メカニズムは、複数の基底クラスを"
"持つことができ、派生クラスで基底クラスの任意のメソッドをオーバライドすること"
"ができます。メソッドでは、基底クラスのメソッドを同じ名前で呼び出すことができ"
"ます。オブジェクトには任意の種類と数のデータを格納することができます。モ"
"ジュールと同じく、クラス機構も Python の動的な性質に従うように設計されていま"
"す。クラスは実行時に生成され、生成後に変更することができます。"
#: ../../tutorial/classes.rst:23
msgid ""
"In C++ terminology, normally class members (including the data members) are "
"*public* (except see below :ref:`tut-private`), and all member functions are "
"*virtual*. As in Modula-3, there are no shorthands for referencing the "
"object's members from its methods: the method function is declared with an "
"explicit first argument representing the object, which is provided "
"implicitly by the call. As in Smalltalk, classes themselves are objects. "
"This provides semantics for importing and renaming. Unlike C++ and "
"Modula-3, built-in types can be used as base classes for extension by the "
"user. Also, like in C++, most built-in operators with special syntax "
"(arithmetic operators, subscripting etc.) can be redefined for class "
"instances."
msgstr ""
"C++ の用語で言えば、通常のクラスメンバ (データメンバも含む) は (:ref:`tut-"
"private` に書かれている例外を除いて) *public* であり、メンバ関数はすべて *仮"
"想関数(virtual)* です。 Modula-3 にあるような、オブジェクトのメンバをメソッド"
"から参照するための短縮した記法は使えません: メソッド関数の宣言では、オブジェ"
"クト自体を表す第一引数を明示しなければなりません。第一引数のオブジェクトはメ"
"ソッド呼び出しの際に暗黙の引数として渡されます。 Smalltalk に似て、クラスはそ"
"れ自体がオブジェクトです。そのため、 import や名前変更といった操作が可能で"
"す。 C++ や Modula-3 と違って、ユーザーは組込み型を基底クラスにして拡張を行え"
"ます。また、C++ とは同じで Modula-3 とは違う点として、特別な構文を伴うほとん"
"どの組み込み演算子 (算術演算子 (arithmetic operator) や添字表記) はクラスイン"
"スタンスで使うために再定義できます。"
#: ../../tutorial/classes.rst:34
msgid ""
"(Lacking universally accepted terminology to talk about classes, I will make "
"occasional use of Smalltalk and C++ terms. I would use Modula-3 terms, "
"since its object-oriented semantics are closer to those of Python than C++, "
"but I expect that few readers have heard of it.)"
msgstr ""
"(クラスに関して普遍的な用語定義がないので、 Smalltalk と C++ の用語を場合に応"
"じて使っていくことにします。 C++ よりも Modula-3 の方がオブジェクト指向の意味"
"論が Python に近いので、 Modula-3 の用語を使いたいのですが、ほとんどの読者は "
"Modula-3 についてしらないでしょうから。)"
#: ../../tutorial/classes.rst:43
msgid "A Word About Names and Objects"
msgstr "名前とオブジェクトについて"
#: ../../tutorial/classes.rst:45
msgid ""
"Objects have individuality, and multiple names (in multiple scopes) can be "
"bound to the same object. This is known as aliasing in other languages. "
"This is usually not appreciated on a first glance at Python, and can be "
"safely ignored when dealing with immutable basic types (numbers, strings, "
"tuples). However, aliasing has a possibly surprising effect on the "
"semantics of Python code involving mutable objects such as lists, "
"dictionaries, and most other types. This is usually used to the benefit of "
"the program, since aliases behave like pointers in some respects. For "
"example, passing an object is cheap since only a pointer is passed by the "
"implementation; and if a function modifies an object passed as an argument, "
"the caller will see the change --- this eliminates the need for two "
"different argument passing mechanisms as in Pascal."
msgstr ""
"オブジェクトには個体性があり、同一のオブジェクトに(複数のスコープから) 複数の"
"名前を割り当てることができます。この機能は他の言語では別名づけ(alias) として"
"知られています。 Python を一見しただけでは、別名づけの重要性は分からないこと"
"が多く、変更不能な基本型 (数値、文字列、タプル)を扱うときには無視して差し支え"
"ありません。しかしながら、別名付けは、リストや辞書や他の多くの型など、変更可"
"能な型を扱う Python コード上で驚くべき効果があります。別名付けはいくつかの点"
"でポインタのように振舞い、このことは通常はプログラムに利するように使われま"
"す。例えば、オブジェクトの受け渡しは、実装上はポインタが渡されるだけなのでコ"
"ストの低い操作になります。また、関数があるオブジェクトを引数として渡されたと"
"き、関数の呼び出し側からオブジェクトに対する変更を見ることができます --- これ"
"により、 Pascal にあるような二つの引数渡し機構をもつ必要をなくしています。"
#: ../../tutorial/classes.rst:61
msgid "Python Scopes and Namespaces"
msgstr "Python のスコープと名前空間"
#: ../../tutorial/classes.rst:63
msgid ""
"Before introducing classes, I first have to tell you something about "
"Python's scope rules. Class definitions play some neat tricks with "
"namespaces, and you need to know how scopes and namespaces work to fully "
"understand what's going on. Incidentally, knowledge about this subject is "
"useful for any advanced Python programmer."
msgstr ""
"クラスを紹介する前に、Python のスコープのルールについてあることを話しておかな"
"ければなりません。クラス定義は巧みなトリックを名前空間に施すので、何が起こっ"
"ているのかを完全に理解するには、スコープと名前空間がどのように動作するかを理"
"解する必要があります。ちなみに、この問題に関する知識は全ての Python プログラ"
"マにとって有用です。"
#: ../../tutorial/classes.rst:69
msgid "Let's begin with some definitions."
msgstr "まず定義から始めましょう。"
#: ../../tutorial/classes.rst:71
msgid ""
"A *namespace* is a mapping from names to objects. Most namespaces are "
"currently implemented as Python dictionaries, but that's normally not "
"noticeable in any way (except for performance), and it may change in the "
"future. Examples of namespaces are: the set of built-in names (containing "
"functions such as :func:`abs`, and built-in exception names); the global "
"names in a module; and the local names in a function invocation. In a sense "
"the set of attributes of an object also form a namespace. The important "
"thing to know about namespaces is that there is absolutely no relation "
"between names in different namespaces; for instance, two different modules "
"may both define a function ``maximize`` without confusion --- users of the "
"modules must prefix it with the module name."
msgstr ""
"*名前空間 (namespace)* とは、名前からオブジェクトへの対応付け (mapping) で"
"す。ほとんどの名前空間は、現状では Python の辞書として実装されていますが、そ"
"のことは通常は (パフォーマンス以外では) 目立つことはないし、将来は変更される"
"かもしれません。名前空間の例には、組込み名の集合 (:func:`abs` 等の関数や組込"
"み例外名)、モジュール内のグローバルな名前、関数を呼び出したときのローカルな名"
"前があります。オブジェクトの属性からなる集合もまた、ある意味では名前空間で"
"す。名前空間について知っておくべき重要なことは、異なった名前空間にある名前の"
"間には全く関係がないということです。例えば、二つの別々のモジュールの両方で関"
"数 ``maximize`` という関数を定義することができ、定義自体は混同されることはあ"
"りません --- モジュールのユーザは名前の前にモジュール名をつけなければなりませ"
"ん。"
#: ../../tutorial/classes.rst:82
msgid ""
"By the way, I use the word *attribute* for any name following a dot --- for "
"example, in the expression ``z.real``, ``real`` is an attribute of the "
"object ``z``. Strictly speaking, references to names in modules are "
"attribute references: in the expression ``modname.funcname``, ``modname`` is "
"a module object and ``funcname`` is an attribute of it. In this case there "
"happens to be a straightforward mapping between the module's attributes and "
"the global names defined in the module: they share the same namespace! [#]_"
msgstr ""
"ところで、 *属性* という言葉は、ドットに続く名前すべてに対して使っています "
"--- 例えば式 ``z.real`` で、 ``real`` はオブジェクト ``z`` の属性です。厳密に"
"いえば、モジュール内の名前に対する参照は属性の参照です。式 ``modname."
"funcname`` では、 ``modname`` はあるモジュールオブジェクトで、 ``funcname`` "
"はその属性です。この場合には、モジュールの属性とモジュールの中で定義されてい"
"るグローバル名の間には、直接的な対応付けがされます。これらの名前は同じ名前空"
"間を共有しているのです! [#]_"
#: ../../tutorial/classes.rst:90
msgid ""
"Attributes may be read-only or writable. In the latter case, assignment to "
"attributes is possible. Module attributes are writable: you can write "
"``modname.the_answer = 42``. Writable attributes may also be deleted with "
"the :keyword:`del` statement. For example, ``del modname.the_answer`` will "
"remove the attribute :attr:`the_answer` from the object named by ``modname``."
msgstr ""
"属性は読取り専用にも、書込み可能にもできます。書込み可能であれば、属性に代入"
"することができます。モジュール属性は書込み可能で、 ``modname.the_answer = "
"42`` と書くことができます。書込み可能な属性は、 :keyword:`del` 文で削除するこ"
"ともできます。例えば、 ``del modname.the_answer`` は、 ``modname`` で指定され"
"たオブジェクトから属性 :attr:`the_answer` を除去します。"
#: ../../tutorial/classes.rst:96
msgid ""
"Namespaces are created at different moments and have different lifetimes. "
"The namespace containing the built-in names is created when the Python "
"interpreter starts up, and is never deleted. The global namespace for a "
"module is created when the module definition is read in; normally, module "
"namespaces also last until the interpreter quits. The statements executed "
"by the top-level invocation of the interpreter, either read from a script "
"file or interactively, are considered part of a module called :mod:"
"`__main__`, so they have their own global namespace. (The built-in names "
"actually also live in a module; this is called :mod:`builtins`.)"
msgstr ""
"名前空間は様々な時点で作成され、その寿命も様々です。組み込みの名前が入った名"
"前空間は Python インタプリタが起動するときに作成され、決して削除されることは"
"ありません。モジュールのグローバルな名前空間は、モジュール定義が読み込まれた"
"ときに作成されます。通常、モジュールの名前空間は、インタプリタが終了するまで"
"残ります。インタプリタのトップレベルで実行された文は、スクリプトファイルから"
"読み出されたものでも対話的に読み出されたものでも、 :mod:`__main__` という名前"
"のモジュールの一部分であるとみなされるので、独自の名前空間を持つことになりま"
"す。 (組み込みの名前は実際にはモジュール内に存在します。そのモジュールは :"
"mod:`builtins` と呼ばれています。)"
#: ../../tutorial/classes.rst:106
msgid ""
"The local namespace for a function is created when the function is called, "
"and deleted when the function returns or raises an exception that is not "
"handled within the function. (Actually, forgetting would be a better way to "
"describe what actually happens.) Of course, recursive invocations each have "
"their own local namespace."
msgstr ""
"関数のローカルな名前空間は、関数が呼び出されたときに作成され、関数から戻った"
"ときや、関数内で例外が送出され、かつ関数内で処理されなかった場合に削除されま"
"す。 (実際には、忘れられる、と言ったほうが起きていることをよく表していま"
"す。) もちろん、再帰呼出しのときには、各々の呼び出しで各自のローカルな名前空"
"間があります。"
#: ../../tutorial/classes.rst:112
msgid ""
"A *scope* is a textual region of a Python program where a namespace is "
"directly accessible. \"Directly accessible\" here means that an unqualified "
"reference to a name attempts to find the name in the namespace."
msgstr ""
"*スコープ (scope)* とは、ある名前空間が直接アクセスできるような、 Python プロ"
"グラムのテキスト上の領域です。 \"直接アクセス可能\" とは、修飾なしに (訳注: "
"``spam.egg`` ではなく単に ``egg`` のように) 名前を参照した際に、その名前空間"
"から名前を見つけようと試みることを意味します。"
#: ../../tutorial/classes.rst:116
msgid ""
"Although scopes are determined statically, they are used dynamically. At any "
"time during execution, there are 3 or 4 nested scopes whose namespaces are "
"directly accessible:"
msgstr ""
"スコープは静的に決定されますが、動的に使用されます。実行中はいつでも、直接名"
"前空間にアクセス可能な、3つまたは4つの入れ子になったスコープがあります:"
#: ../../tutorial/classes.rst:120
msgid "the innermost scope, which is searched first, contains the local names"
msgstr "最初に探される、最も内側のスコープは、ローカルな名前を持っています。"
#: ../../tutorial/classes.rst:121
msgid ""
"the scopes of any enclosing functions, which are searched starting with the "
"nearest enclosing scope, contain non-local, but also non-global names"
msgstr ""
"外側の(enclosing)関数のスコープは、近いほうから順に探され、ローカルでもグロー"
"バルでもない名前を持っています。"
#: ../../tutorial/classes.rst:123
msgid "the next-to-last scope contains the current module's global names"
msgstr "次のスコープは、現在のモジュールのグローバルな名前を持っています。"
#: ../../tutorial/classes.rst:124
msgid ""
"the outermost scope (searched last) is the namespace containing built-in "
"names"
msgstr "一番外側の(最後に検索される)スコープはビルトイン名を持っています。"
#: ../../tutorial/classes.rst:126
msgid ""
"If a name is declared global, then all references and assignments go "
"directly to the next-to-last scope containing the module's global names. To "
"rebind variables found outside of the innermost scope, the :keyword:"
"`nonlocal` statement can be used; if not declared nonlocal, those variables "
"are read-only (an attempt to write to such a variable will simply create a "
"*new* local variable in the innermost scope, leaving the identically named "
"outer variable unchanged)."
msgstr ""
"名前が global と宣言されている場合、その名前に対する参照や代入は全て、モ"
"ジュールのグローバルな名前の入った最後から2番目のスコープに対して直接行われま"
"す。最内スコープの外側にある変数に再束縛するには、 :keyword:`nonlocal` 文が使"
"えます。nonlocal と宣言されなかった変数は、全て読み出し専用となります (そのよ"
"うな変数に対する書き込みは、単に *新しい* ローカル変数をもっとも内側のスコー"
"プで作成し、外部のスコープの値は変化しません)。"
#: ../../tutorial/classes.rst:133
msgid ""
"Usually, the local scope references the local names of the (textually) "
"current function. Outside functions, the local scope references the same "
"namespace as the global scope: the module's namespace. Class definitions "
"place yet another namespace in the local scope."
msgstr ""
"通常、ローカルスコープは (プログラムテキスト上の) 現在の関数のローカルな名前"
"を参照します。関数の外側では、ローカルスコープはグローバルな名前空間と同じ名"
"前空間、モジュールの名前空間を参照します。クラス定義では、ローカルスコープの"
"中にもう一つ名前空間が置かれます。"
#: ../../tutorial/classes.rst:138
msgid ""
"It is important to realize that scopes are determined textually: the global "
"scope of a function defined in a module is that module's namespace, no "
"matter from where or by what alias the function is called. On the other "
"hand, the actual search for names is done dynamically, at run time --- "
"however, the language definition is evolving towards static name resolution, "
"at \"compile\" time, so don't rely on dynamic name resolution! (In fact, "
"local variables are already determined statically.)"
msgstr ""
"スコープはテキスト上で決定されていると理解することが重要です。モジュール内で"
"定義される関数のグローバルなスコープは、関数がどこから呼び出されても、どんな"
"別名をつけて呼び出されても、そのモジュールの名前空間になります。反対に、実際"
"の名前の検索は実行時に動的に行われます --- とはいえ、言語の定義は、\"コンパイ"
"ル\" 時の静的な名前解決の方向に進化しているので、動的な名前解決に頼ってはいけ"
"ません! (事実、ローカルな変数は既に静的に決定されています。)"
#: ../../tutorial/classes.rst:146
msgid ""
"A special quirk of Python is that -- if no :keyword:`global` or :keyword:"
"`nonlocal` statement is in effect -- assignments to names always go into the "
"innermost scope. Assignments do not copy data --- they just bind names to "
"objects. The same is true for deletions: the statement ``del x`` removes "
"the binding of ``x`` from the namespace referenced by the local scope. In "
"fact, all operations that introduce new names use the local scope: in "
"particular, :keyword:`import` statements and function definitions bind the "
"module or function name in the local scope."
msgstr ""
"Python の特徴として、:keyword:`global` や :keyword:`nonlocal` 文が有効でない"
"場合は、名前に対する参照は常に最も内側のスコープに対して有効になります。\n"
"代入はデータをコピーしません。オブジェクトを名前に束縛するだけです。削除も同"
"様で、``del x`` は、ローカルスコープの名前空間から ``x`` に対する拘束を取り"
"除きます。\n"
"つまるところ、新しい名前を与えるようなすべての操作は、ローカルスコープを使っ"
"て行われます。 :keyword:`import` 文、関数の定義は、モジュールや関数名をローカ"
"ルスコープの名前に拘束します。"
#: ../../tutorial/classes.rst:154
msgid ""
"The :keyword:`global` statement can be used to indicate that particular "
"variables live in the global scope and should be rebound there; the :keyword:"
"`nonlocal` statement indicates that particular variables live in an "
"enclosing scope and should be rebound there."
msgstr ""
":keyword:`global` 文を使うと、特定の変数がグローバルスコープに存在し、そこで"
"再束縛されることを指示できます。 :keyword:`nonlocal` 文は、特定の変数が外側の"
"スコープに存在し、そこで再束縛されることを指示します。"
#: ../../tutorial/classes.rst:162
msgid "Scopes and Namespaces Example"
msgstr "スコープと名前空間の例"
#: ../../tutorial/classes.rst:164
msgid ""
"This is an example demonstrating how to reference the different scopes and "
"namespaces, and how :keyword:`global` and :keyword:`nonlocal` affect "
"variable binding::"
msgstr ""
"異なるスコープと名前空間がどのように参照されるか、また :keyword:`global` およ"
"び :keyword:`nonlocal` が変数の束縛にどう影響するか、この例で実演します::"
#: ../../tutorial/classes.rst:191
msgid "The output of the example code is:"
msgstr "このコード例の出力は:"
#: ../../tutorial/classes.rst:200
msgid ""
"Note how the *local* assignment (which is default) didn't change "
"*scope_test*\\'s binding of *spam*. The :keyword:`nonlocal` assignment "
"changed *scope_test*\\'s binding of *spam*, and the :keyword:`global` "
"assignment changed the module-level binding."
msgstr ""
"このとおり、(デフォルトの) *ローカルな* 代入は *scope_test* 上の *spam* への"
"束縛を変更しませんでした。 :keyword:`nonlocal` 代入は *scope_test* 上の "
"*spam* への束縛を変更し、 :keyword:`global` 代入はモジュールレベルの束縛を変"
"更しました。"
#: ../../tutorial/classes.rst:205
msgid ""
"You can also see that there was no previous binding for *spam* before the :"
"keyword:`global` assignment."
msgstr ""
"またここから、 :keyword:`global` 代入の前には *spam* に何も束縛されていなかっ"
"たことも分かります。"
#: ../../tutorial/classes.rst:212
msgid "A First Look at Classes"
msgstr "クラス初見"
#: ../../tutorial/classes.rst:214
msgid ""
"Classes introduce a little bit of new syntax, three new object types, and "
"some new semantics."
msgstr ""
"クラスでは、新しい構文を少しと、三つの新たなオブジェクト型、そして新たな意味"
"付けをいくつか取り入れています。"
#: ../../tutorial/classes.rst:221
msgid "Class Definition Syntax"
msgstr "クラス定義の構文"
#: ../../tutorial/classes.rst:223
msgid "The simplest form of class definition looks like this::"
msgstr "クラス定義の最も単純な形式は、次のようになります::"
#: ../../tutorial/classes.rst:232
msgid ""
"Class definitions, like function definitions (:keyword:`def` statements) "
"must be executed before they have any effect. (You could conceivably place "
"a class definition in a branch of an :keyword:`if` statement, or inside a "
"function.)"
msgstr ""
"関数定義 (:keyword:`def` 文) と同様、クラス定義が効果をもつにはまず実行しなけ"
"ればなりません。 (クラス定義を :keyword:`if` 文の分岐先や関数内部に置くこと"
"も、考え方としてはありえます。)"
#: ../../tutorial/classes.rst:236
msgid ""
"In practice, the statements inside a class definition will usually be "
"function definitions, but other statements are allowed, and sometimes useful "
"--- we'll come back to this later. The function definitions inside a class "
"normally have a peculiar form of argument list, dictated by the calling "
"conventions for methods --- again, this is explained later."
msgstr ""
"実際には、クラス定義の内側にある文は、通常は関数定義になりますが、他の文を書"
"くこともでき、それが役に立つこともあります --- これについては後で述べます。ク"
"ラス内の関数定義は通常、メソッドの呼び出し規約で決められた独特の形式の引数リ"
"ストを持ちます --- これについても後で述べます。"
#: ../../tutorial/classes.rst:242
msgid ""
"When a class definition is entered, a new namespace is created, and used as "
"the local scope --- thus, all assignments to local variables go into this "
"new namespace. In particular, function definitions bind the name of the new "
"function here."
msgstr ""
"クラス定義に入ると、新たな名前空間が作成され、ローカルな名前空間として使われ"
"ます --- 従って、ローカルな変数に対する全ての代入はこの新たな名前空間に入りま"
"す。特に、関数定義を行うと、新たな関数の名前はこの名前空間に結び付けられま"
"す。"
#: ../../tutorial/classes.rst:247
msgid ""
"When a class definition is left normally (via the end), a *class object* is "
"created. This is basically a wrapper around the contents of the namespace "
"created by the class definition; we'll learn more about class objects in the "
"next section. The original local scope (the one in effect just before the "
"class definition was entered) is reinstated, and the class object is bound "
"here to the class name given in the class definition header (:class:"
"`ClassName` in the example)."
msgstr ""
"クラス定義から普通に (定義の終端に到達して) 抜けると、 *クラスオブジェクト "
"(class object)* が生成されます。クラスオブジェクトは、基本的にはクラス定義で"
"作成された名前空間の内容をくるむラッパー (wrapper) です。クラスオブジェクトに"
"ついては次の節で詳しく学ぶことにします。 (クラス定義に入る前に有効だった) 元"
"のローカルスコープが復帰し、生成されたクラスオブジェクトは復帰したローカルス"
"コープにクラス定義のヘッダで指定した名前 (上の例では :class:`ClassName`) で結"
"び付けられます。"
#: ../../tutorial/classes.rst:259
msgid "Class Objects"
msgstr "クラスオブジェクト"
#: ../../tutorial/classes.rst:261
msgid ""
"Class objects support two kinds of operations: attribute references and "
"instantiation."
msgstr ""
"クラスオブジェクトでは2種類の演算、属性参照とインスタンス生成をサポートして"
"います。"
#: ../../tutorial/classes.rst:264
msgid ""
"*Attribute references* use the standard syntax used for all attribute "
"references in Python: ``obj.name``. Valid attribute names are all the names "
"that were in the class's namespace when the class object was created. So, "
"if the class definition looked like this::"
msgstr ""
"*属性参照 (attribute reference)* は、Python におけるすべての属性参照で使われ"
"ている標準的な構文、 ``obj.name`` を使います。クラスオブジェクトが生成された"
"際にクラスの名前空間にあった名前すべてが有効な属性名です。従って、以下のよう"
"なクラス定義では::"
#: ../../tutorial/classes.rst:276
msgid ""
"then ``MyClass.i`` and ``MyClass.f`` are valid attribute references, "
"returning an integer and a function object, respectively. Class attributes "
"can also be assigned to, so you can change the value of ``MyClass.i`` by "
"assignment. :attr:`__doc__` is also a valid attribute, returning the "
"docstring belonging to the class: ``\"A simple example class\"``."
msgstr ""
"``MyClass.i`` と ``MyClass.f`` は妥当な属性参照であり、それぞれ整数と関数オブ"
"ジェクトを返します。クラス属性に代入を行うこともできます。従って、 ``MyClass."
"i`` の値を代入して変更できます。 :attr:`__doc__` も有効な属性で、そのクラスに"
"属している docstring、この場合は ``\"A simple example class\"`` を返します。"
#: ../../tutorial/classes.rst:282
msgid ""
"Class *instantiation* uses function notation. Just pretend that the class "
"object is a parameterless function that returns a new instance of the class. "
"For example (assuming the above class)::"
msgstr ""
"クラスの *インスタンス化 (instantiation)* には関数記法を使います。クラスオブ"
"ジェクトのことを、クラスの新しいインスタンスを返す、引数のない関数のように"
"扱ってください。上記クラスで例示すると::"
#: ../../tutorial/classes.rst:288
msgid ""
"creates a new *instance* of the class and assigns this object to the local "
"variable ``x``."
msgstr ""
"は、クラスの新しい *インスタンス (instance)* を生成し、そのオブジェクトをロー"
"カル変数 ``x`` へ代入します。"
#: ../../tutorial/classes.rst:291
msgid ""
"The instantiation operation (\"calling\" a class object) creates an empty "
"object. Many classes like to create objects with instances customized to a "
"specific initial state. Therefore a class may define a special method named :"
"meth:`__init__`, like this::"
msgstr ""
"このクラスのインスタンス生成操作 (クラスオブジェクトの \"呼出し\") を行うと、"
"空のオブジェクトを生成します。多くのクラスは、オブジェクトを作成する際に、カ"
"スタマイズされた特定の初期状態になってほしいと望んでいます。そのために、クラ"
"スには :meth:`__init__` という名前の特別なメソッド定義することができます。例"
"えば次のようにします::"
#: ../../tutorial/classes.rst:299
msgid ""
"When a class defines an :meth:`__init__` method, class instantiation "
"automatically invokes :meth:`__init__` for the newly created class "
"instance. So in this example, a new, initialized instance can be obtained "
"by::"
msgstr ""
"クラスが :meth:`__init__` メソッドを定義している場合、クラスのインスタンスを"
"生成すると、新しく生成されたクラスインスタンスに対して自動的に :meth:"
"`__init__` を呼び出します。従って、この例では、新たな初期済みのインスタンスを"
"次のようにして得ることができます::"
#: ../../tutorial/classes.rst:305
msgid ""
"Of course, the :meth:`__init__` method may have arguments for greater "
"flexibility. In that case, arguments given to the class instantiation "
"operator are passed on to :meth:`__init__`. For example, ::"
msgstr ""
"もちろん、より大きな柔軟性を持たせるために、 :meth:`__init__` メソッドに複数"
"の引数をもたせることができます。その場合、次の例のように、クラスのインスタン"
"ス生成操作に渡された引数は :meth:`__init__` に渡されます。例えば、 ::"
#: ../../tutorial/classes.rst:322
msgid "Instance Objects"
msgstr "インスタンスオブジェクト"
#: ../../tutorial/classes.rst:324
msgid ""
"Now what can we do with instance objects? The only operations understood by "
"instance objects are attribute references. There are two kinds of valid "
"attribute names: data attributes and methods."
msgstr ""
"ところで、インスタンスオブジェクトを使うと何ができるのでしょうか?インスタン"
"スオブジェクトが理解できる唯一の操作は、属性の参照です。有効な属性名には "
"(データ属性およびメソッドの) 二種類あります。"
#: ../../tutorial/classes.rst:328
msgid ""
"*data attributes* correspond to \"instance variables\" in Smalltalk, and to "
"\"data members\" in C++. Data attributes need not be declared; like local "
"variables, they spring into existence when they are first assigned to. For "
"example, if ``x`` is the instance of :class:`MyClass` created above, the "
"following piece of code will print the value ``16``, without leaving a "
"trace::"
msgstr ""
"*データ属性 (data attribute)* は、これは Smalltalk の \"インスタンス変数\" "
"や C++の \"データメンバ\" に相当します。データ属性を宣言する必要はありませ"
"ん。ローカルな変数と同様に、これらの属性は最初に代入された時点で湧き出てきま"
"す。例えば、上で生成した :class:`MyClass` のインスタンス ``x`` に対して、次の"
"コードを実行すると、値 ``16`` を印字し、 ``x`` の痕跡は残りません::"
#: ../../tutorial/classes.rst:340
msgid ""
"The other kind of instance attribute reference is a *method*. A method is a "
"function that \"belongs to\" an object. (In Python, the term method is not "
"unique to class instances: other object types can have methods as well. For "
"example, list objects have methods called append, insert, remove, sort, and "
"so on. However, in the following discussion, we'll use the term method "
"exclusively to mean methods of class instance objects, unless explicitly "
"stated otherwise.)"
msgstr ""
"もうひとつのインスタンス属性は *メソッド (method)* です。メソッドとは、オブ"
"ジェクトに \"属している\" 関数のことです。(Python では、メソッドという用語は"
"クラスインスタンスだけのものではありません。オブジェクト型にもメソッドを持つ"
"ことができます。例えば、リストオブジェクトには、 append, insert, remove, "
"sort などといったメソッドがあります。とはいえ、以下では特に明記しない限り、ク"
"ラスのインスタンスオブジェクトのメソッドだけを意味するものとして使うことにし"
"ます。)"
#: ../../tutorial/classes.rst:349
msgid ""
"Valid method names of an instance object depend on its class. By "
"definition, all attributes of a class that are function objects define "
"corresponding methods of its instances. So in our example, ``x.f`` is a "
"valid method reference, since ``MyClass.f`` is a function, but ``x.i`` is "
"not, since ``MyClass.i`` is not. But ``x.f`` is not the same thing as "
"``MyClass.f`` --- it is a *method object*, not a function object."
msgstr ""
"インスタンスオブジェクトで有効なメソッド名は、そのクラスによります。定義によ"
"り、クラスの全ての関数オブジェクトである属性がインスタンスオブジェクトの妥当"
"なメソッド名に決まります。従って、例では、``MyClass.f`` は関数なので、``x."
"f`` はメソッドの参照として有効です。しかし、``MyClass.i`` は関数ではないの"
"で、``x.i`` はメソッドの参照として有効ではありません。``x.f`` は ``MyClass."
"f`` と同じものではありません --- 関数オブジェクトではなく、*メソッドオブジェ"
"クト (method object)* です。"
#: ../../tutorial/classes.rst:360
msgid "Method Objects"
msgstr "メソッドオブジェクト"
#: ../../tutorial/classes.rst:362
msgid "Usually, a method is called right after it is bound::"
msgstr "普通、メソッドはバインドされた直後に呼び出されます::"
#: ../../tutorial/classes.rst:366
msgid ""
"In the :class:`MyClass` example, this will return the string ``'hello "
"world'``. However, it is not necessary to call a method right away: ``x.f`` "
"is a method object, and can be stored away and called at a later time. For "
"example::"
msgstr ""
":class:`MyClass` の例では、上のコードは文字列 ``'hello world'`` を返すでしょ"
"う。しかしながら、必ずしもメソッドをその場で呼び出さなければならないわけでは"
"ありません。 ``x.f`` はメソッドオブジェクトであり、どこかに記憶しておいて後で"
"呼び出すことができます。例えば次のコードは::"
#: ../../tutorial/classes.rst:374
msgid "will continue to print ``hello world`` until the end of time."
msgstr "``hello world`` を時が終わるまで印字し続けるでしょう。"
#: ../../tutorial/classes.rst:376
msgid ""
"What exactly happens when a method is called? You may have noticed that ``x."
"f()`` was called without an argument above, even though the function "
"definition for :meth:`f` specified an argument. What happened to the "
"argument? Surely Python raises an exception when a function that requires an "
"argument is called without any --- even if the argument isn't actually "
"used..."
msgstr ""
"メソッドが呼び出されるときには実際には何が起きているのでしょうか? :meth:`f` "
"の関数定義では引数を一つ指定していたにもかかわらず、上の例では ``x.f()`` が引"
"数なしで呼び出されています。引数はどうなったのでしょうか?たしか、引数が必要"
"な関数を引数無しで呼び出すと、 Python が例外を送出するはずです --- たとえその"
"引数が実際には使われなくても…。"
#: ../../tutorial/classes.rst:382
msgid ""
"Actually, you may have guessed the answer: the special thing about methods "
"is that the instance object is passed as the first argument of the "
"function. In our example, the call ``x.f()`` is exactly equivalent to "
"``MyClass.f(x)``. In general, calling a method with a list of *n* arguments "
"is equivalent to calling the corresponding function with an argument list "
"that is created by inserting the method's instance object before the first "
"argument."
msgstr ""
"もう答は想像できているかもしれませんね:\n"
"メソッドについて特別なこととして、インスタンスオブジェクトが関数の第1引数とし"
"て渡されます。\n"
"例では、 ``x.f()`` という呼び出しは、 ``MyClass.f(x)`` と厳密に等価なもので"
"す。\n"
"一般に、 *n* 個の引数リストもったメソッドの呼出しは、そのメソッドのインスタン"
"スオブジェクトを最初の引数の前に挿入した引数リストで、メソッドに対応する関数"
"を呼び出すことと等価です。"
#: ../../tutorial/classes.rst:389
msgid ""
"If you still don't understand how methods work, a look at the implementation "
"can perhaps clarify matters. When a non-data attribute of an instance is "
"referenced, the instance's class is searched. If the name denotes a valid "
"class attribute that is a function object, a method object is created by "
"packing (pointers to) the instance object and the function object just found "
"together in an abstract object: this is the method object. When the method "
"object is called with an argument list, a new argument list is constructed "
"from the instance object and the argument list, and the function object is "
"called with this new argument list."
msgstr ""
"もしまだメソッドの動作を理解できなければ、一度実装を見てみると事情がよく分か"
"るかもしれません。インスタンスの非データ属性が参照されたときは、そのインスタ"
"ンスのクラスが検索されます。その名前が有効なクラス属性を表している関数オブ"
"ジェクトなら、インスタンスオブジェクトと見つかった関数オブジェクト (へのポイ"
"ンタ) を抽象オブジェクト、すなわちメソッドオブジェクトにパックして作成しま"
"す。メソッドオブジェクトが引数リストと共に呼び出されるとき、インスタンスオブ"
"ジェクトと渡された引数リストから新しい引数リストを作成して、元の関数オブジェ"
"クトを新しい引数リストで呼び出します。"
#: ../../tutorial/classes.rst:403
msgid "Class and Instance Variables"
msgstr "クラスとインスタンス変数"
#: ../../tutorial/classes.rst:405
msgid ""
"Generally speaking, instance variables are for data unique to each instance "
"and class variables are for attributes and methods shared by all instances "
"of the class::"
msgstr ""
"一般的に、インスタンス変数はそれぞれのインスタンスについて固有のデータのため"
"のもので、クラス変数はそのクラスのすべてのインスタンスによって共有される属性"
"やメソッドのためのものです::"
#: ../../tutorial/classes.rst:427
msgid ""
"As discussed in :ref:`tut-object`, shared data can have possibly surprising "
"effects with involving :term:`mutable` objects such as lists and "
"dictionaries. For example, the *tricks* list in the following code should "
"not be used as a class variable because just a single list would be shared "
"by all *Dog* instances::"
msgstr ""
":ref:`tut-object` で議論したように、共有データはリストや辞書のような :term:"
"`mutable` オブジェクトが関与すると驚くべき効果を持ち得ます。例えば、以下の"
"コードの *tricks* リストはクラス変数として使われるべきではありません、なぜな"
"らたった一つのリストがすべての *Dog* インスタンスによって共有されることになり"
"得るからです::"
#: ../../tutorial/classes.rst:450
msgid "Correct design of the class should use an instance variable instead::"
msgstr "このクラスの正しい設計ではインスタンス変数を代わりに使用するべきです::"
#: ../../tutorial/classes.rst:474
msgid "Random Remarks"
msgstr "いろいろな注意点"
#: ../../tutorial/classes.rst:478
msgid ""
"If the same attribute name occurs in both an instance and in a class, then "
"attribute lookup prioritizes the instance::"
msgstr ""
"インスタンスとクラスの両方で同じ属性名が使用されている場合、属性検索はインス"
"タンスが優先されます。"
#: ../../tutorial/classes.rst:493
msgid ""
"Data attributes may be referenced by methods as well as by ordinary users "
"(\"clients\") of an object. In other words, classes are not usable to "
"implement pure abstract data types. In fact, nothing in Python makes it "
"possible to enforce data hiding --- it is all based upon convention. (On "
"the other hand, the Python implementation, written in C, can completely hide "
"implementation details and control access to an object if necessary; this "
"can be used by extensions to Python written in C.)"
msgstr ""
"データ属性は、メソッドから参照できると同時に、通常のオブジェクトのユーザ "
"(\"クライアント\") からも参照できます。言い換えると、クラスは純粋な抽象データ"
"型として使うことができません。実際、 Python では、データ隠蔽を補強するための"
"機構はなにもありません --- データの隠蔽はすべて規約に基づいています。 (逆に、"
"C 言語で書かれた Python の実装では実装の詳細を完全に隠蔽し、必要に応じてオブ"
"ジェクトへのアクセスを制御できます。この機構は C 言語で書かれた Python 拡張で"
"使うことができます。)"
#: ../../tutorial/classes.rst:501
msgid ""
"Clients should use data attributes with care --- clients may mess up "
"invariants maintained by the methods by stamping on their data attributes. "
"Note that clients may add data attributes of their own to an instance object "
"without affecting the validity of the methods, as long as name conflicts are "
"avoided --- again, a naming convention can save a lot of headaches here."
msgstr ""
"クライアントはデータ属性を注意深く扱うべきです --- クライアントは、メソッドが"
"維持しているデータ属性の不変式を踏みにじり、台無しにするかもしれません。クラ"
"イアントは、名前の衝突が回避されている限り、メソッドの有効性に影響を及ぼすこ"
"となくインスタンスに独自の属性を追加することができる、ということに注意してく"
"ださい --- ここでも、名前付けの規約は頭痛の種を無くしてくれます。"
#: ../../tutorial/classes.rst:507
msgid ""
"There is no shorthand for referencing data attributes (or other methods!) "
"from within methods. I find that this actually increases the readability of "
"methods: there is no chance of confusing local variables and instance "
"variables when glancing through a method."
msgstr ""
"メソッドの中から、データ属性を (または別のメソッドも!) 参照するための短縮さ"
"れた記法はありません。私は、この仕様がメソッドの可読性を高めていると感じてい"
"ます。あるメソッドを眺めているときにローカルな変数とインスタンス変数をはっき"
"り区別できるからです。"
#: ../../tutorial/classes.rst:512
msgid ""
"Often, the first argument of a method is called ``self``. This is nothing "
"more than a convention: the name ``self`` has absolutely no special meaning "
"to Python. Note, however, that by not following the convention your code "
"may be less readable to other Python programmers, and it is also conceivable "
"that a *class browser* program might be written that relies upon such a "
"convention."
msgstr ""
"よく、メソッドの最初の引数を ``self`` と呼びます。この名前付けは単なる慣習で"
"しかありません。 ``self`` という名前は、 Python では何ら特殊な意味を持ちませ"
"ん。とはいえ、この慣行に従わないと、コードは他の Python プログラマにとってや"
"や読みにくいものとなります。また、 *クラスブラウザ (class browser)* プログラ"
"ムがこの慣行をあてにして書かれているかもしれません。"
#: ../../tutorial/classes.rst:518
msgid ""
"Any function object that is a class attribute defines a method for instances "
"of that class. It is not necessary that the function definition is "
"textually enclosed in the class definition: assigning a function object to a "
"local variable in the class is also ok. For example::"
msgstr ""
"クラス属性である関数オブジェクトはいずれも、そのクラスのインスタンスのための"
"メソッドを定義しています。関数定義は、テキスト上でクラス定義の中に入っている"
"必要はありません。関数オブジェクトをクラスのローカルな変数の中に代入するのも "
"OK です。例えば以下のコードのようにします::"
#: ../../tutorial/classes.rst:535
msgid ""
"Now ``f``, ``g`` and ``h`` are all attributes of class :class:`C` that refer "
"to function objects, and consequently they are all methods of instances of :"
"class:`C` --- ``h`` being exactly equivalent to ``g``. Note that this "
"practice usually only serves to confuse the reader of a program."
msgstr ""
"これで、 ``f`` 、 ``g`` 、および ``h`` は、すべて :class:`C` の属性であり関数"
"オブジェクトを参照しています。従って、これら全ては、 :class:`C` のインスタン"
"スのメソッドとなります --- ``h`` は ``g`` と全く等価です。これを実践しても、"
"大抵は単にプログラムの読者に混乱をもたらすだけなので注意してください。"
#: ../../tutorial/classes.rst:540
msgid ""
"Methods may call other methods by using method attributes of the ``self`` "
"argument::"
msgstr ""
"メソッドは、 ``self`` 引数のメソッド属性を使って、他のメソッドを呼び出すこと"
"ができます::"
#: ../../tutorial/classes.rst:554
msgid ""
"Methods may reference global names in the same way as ordinary functions. "
"The global scope associated with a method is the module containing its "
"definition. (A class is never used as a global scope.) While one rarely "
"encounters a good reason for using global data in a method, there are many "
"legitimate uses of the global scope: for one thing, functions and modules "
"imported into the global scope can be used by methods, as well as functions "
"and classes defined in it. Usually, the class containing the method is "
"itself defined in this global scope, and in the next section we'll find some "
"good reasons why a method would want to reference its own class."
msgstr ""
"メソッドは、通常の関数と同じようにしてグローバルな名前を参照します。あるメ"
"ソッドに関するグローバルスコープは、その定義を含むモジュールです。(クラスはグ"
"ローバルなスコープとして用いられることはありません。) メソッドでグローバルな"
"データを使う良い理由はほとんどありませんが、グローバルなスコープを使うべき場"
"面は多々あります。一つ挙げると、メソッド内から、グローバルなスコープに "
"import された関数やモジュールや、そのモジュール中で定義された関数やクラスを使"
"うことができます。通常、メソッドの入っているクラス自体はグローバルなスコープ"
"内で定義されています。次の節では、メソッドが自分のクラスを参照する理由として"
"正当なものを見てみましょう。"
#: ../../tutorial/classes.rst:564
msgid ""
"Each value is an object, and therefore has a *class* (also called its "
"*type*). It is stored as ``object.__class__``."
msgstr ""
"個々の値はオブジェクトなので、 *クラス* (*型* とも言います) を持っています。"
"それは ``object.__class__`` に保持されています。"
#: ../../tutorial/classes.rst:571
msgid "Inheritance"
msgstr "継承"
#: ../../tutorial/classes.rst:573
msgid ""
"Of course, a language feature would not be worthy of the name \"class\" "
"without supporting inheritance. The syntax for a derived class definition "
"looks like this::"
msgstr ""
"言うまでもなく、継承の概念をサポートしない言語機能は \"クラス\" と呼ぶに値し"
"ません。派生クラス (derived class) を定義する構文は次のようになります::"
#: ../../tutorial/classes.rst:584
msgid ""
"The name :class:`BaseClassName` must be defined in a scope containing the "
"derived class definition. In place of a base class name, other arbitrary "
"expressions are also allowed. This can be useful, for example, when the "
"base class is defined in another module::"
msgstr ""
"基底クラス (base class) の名前 :class:`BaseClassName` は、派生クラス定義の"
"入っているスコープで定義されていなければなりません。基底クラス名のかわりに任"
"意の式を入れることもできます。これは次の例のように、基底クラスが別モジュール"
"で定義されているときに便利なことがあります::"
#: ../../tutorial/classes.rst:591
msgid ""
"Execution of a derived class definition proceeds the same as for a base "
"class. When the class object is constructed, the base class is remembered. "
"This is used for resolving attribute references: if a requested attribute is "
"not found in the class, the search proceeds to look in the base class. This "
"rule is applied recursively if the base class itself is derived from some "
"other class."
msgstr ""
"派生クラス定義の実行は、基底クラスの場合と同じように進められます。クラスオブ"
"ジェクトが構築される時、基底クラスが記憶されます。記憶された基底クラスは、属"
"性参照を解決するために使われます。要求された属性がクラスに見つからなかった場"
"合、基底クラスに検索が進みます。この規則は、基底クラスが他の何らかのクラスか"
"ら派生したものであった場合、再帰的に適用されます。"
#: ../../tutorial/classes.rst:597
msgid ""
"There's nothing special about instantiation of derived classes: "
"``DerivedClassName()`` creates a new instance of the class. Method "
"references are resolved as follows: the corresponding class attribute is "
"searched, descending down the chain of base classes if necessary, and the "
"method reference is valid if this yields a function object."
msgstr ""
"派生クラスのインスタンス化では、特別なことは何もありません。 "
"``DerivedClassName()`` はクラスの新たなインスタンスを生成します。メソッドの参"
"照は次のようにして解決されます。まず対応するクラス属性が検索されます。検索"
"は、必要に応じ、基底クラス連鎖を下って行われ、検索の結果として何らかの関数オ"
"ブジェクトがもたらされた場合、メソッド参照は有効なものとなります。"
#: ../../tutorial/classes.rst:603
msgid ""
"Derived classes may override methods of their base classes. Because methods "
"have no special privileges when calling other methods of the same object, a "
"method of a base class that calls another method defined in the same base "
"class may end up calling a method of a derived class that overrides it. "
"(For C++ programmers: all methods in Python are effectively ``virtual``.)"
msgstr ""
"派生クラスは基底クラスのメソッドを上書き (override) することができます。メ"
"ソッドは同じオブジェクトの別のメソッドを呼び出す際に何ら特殊な権限を持ちませ"
"ん。このため、ある基底クラスのメソッドが、同じ基底クラスで定義されているもう"
"一つのメソッド呼び出しを行っている場合、派生クラスで上書きされた何らかのメ"
"ソッドが呼び出されることになるかもしれません。 (C++ プログラマへ: Python で"
"は、すべてのメソッドは事実上 ``virtual`` です。)"
#: ../../tutorial/classes.rst:609
msgid ""
"An overriding method in a derived class may in fact want to extend rather "
"than simply replace the base class method of the same name. There is a "
"simple way to call the base class method directly: just call ``BaseClassName."
"methodname(self, arguments)``. This is occasionally useful to clients as "
"well. (Note that this only works if the base class is accessible as "
"``BaseClassName`` in the global scope.)"
msgstr ""
"派生クラスで上書きしているメソッドでは、基底クラスの同名のメソッドを置き換え"
"るのではなく、拡張したいのかもしれません。基底クラスのメソッドを直接呼び出す"
"簡単な方法があります。単に ``BaseClassName.methodname(self, arguments)`` を呼"
"び出すだけです。この仕様は、場合によってはクライアントでも役に立ちます。 (こ"
"の呼び出し方が動作するのは、基底クラスがグローバルスコープの "
"``BaseClassName`` という名前でアクセスできるときだけです。)"
#: ../../tutorial/classes.rst:616
msgid "Python has two built-in functions that work with inheritance:"
msgstr "Python には継承に関係する 2 つの組み込み関数があります:"
#: ../../tutorial/classes.rst:618
msgid ""
"Use :func:`isinstance` to check an instance's type: ``isinstance(obj, int)`` "
"will be ``True`` only if ``obj.__class__`` is :class:`int` or some class "
"derived from :class:`int`."
msgstr ""
":func:`isinstance` を使うとインスタンスの型が調べられます。 "
"``isinstance(obj, int)`` は ``obj.__class__`` が :class:`int` や :class:"
"`int` の派生クラスの場合に限り ``True`` になります。"
#: ../../tutorial/classes.rst:622
msgid ""
"Use :func:`issubclass` to check class inheritance: ``issubclass(bool, int)`` "
"is ``True`` since :class:`bool` is a subclass of :class:`int`. However, "
"``issubclass(float, int)`` is ``False`` since :class:`float` is not a "
"subclass of :class:`int`."
msgstr ""
":func:`issubclass` を使うとクラスの継承関係が調べられます。 :class:`bool` "
"は :class:`int` のサブクラスなので ``issubclass(bool, int)`` は ``True`` で"
"す。しかし、 :class:`float` は :class:`int` のサブクラスではないので "
"``issubclass(float, int)`` は ``False`` です。"
#: ../../tutorial/classes.rst:632
msgid "Multiple Inheritance"
msgstr "多重継承"
#: ../../tutorial/classes.rst:634
msgid ""
"Python supports a form of multiple inheritance as well. A class definition "
"with multiple base classes looks like this::"
msgstr ""
"Python では、多重継承 (multiple inheritance) の形式もサポートしています。複数"