-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathglossary.po
More file actions
2449 lines (2126 loc) · 121 KB
/
Copy pathglossary.po
File metadata and controls
2449 lines (2126 loc) · 121 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-2017, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-12-12 08:36+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Dong-gweon Oh <[email protected]>\n"
"Language-Team: Korean (https://python.flowdas.com)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.7.0\n"
#: ../Doc/glossary.rst:5
msgid "Glossary"
msgstr "용어집"
#: ../Doc/glossary.rst:10
msgid "``>>>``"
msgstr "``>>>``"
#: ../Doc/glossary.rst:12
msgid ""
"The default Python prompt of the interactive shell. Often seen for code "
"examples which can be executed interactively in the interpreter."
msgstr "대화형 셸의 기본 파이썬 프롬프트. 인터프리터에서 대화형으로 실행될 수 있는 코드 예에서 자주 볼 수 있습니다."
#: ../Doc/glossary.rst:14
msgid "``...``"
msgstr "``...``"
#: ../Doc/glossary.rst:16
msgid "Can refer to:"
msgstr "다음과 같은 것들을 가리킬 수 있습니다:"
#: ../Doc/glossary.rst:18
msgid ""
"The default Python prompt of the interactive shell when entering the code"
" for an indented code block, when within a pair of matching left and "
"right delimiters (parentheses, square brackets, curly braces or triple "
"quotes), or after specifying a decorator."
msgstr ""
"들여쓰기 된 코드 블록의 코드를 입력할 때, 쌍을 이루는 구분자 (괄호, 대괄호, 중괄호) 안에 코드를 입력할 때, 데코레이터 지정"
" 후의 대화형 셸의 기본 파이썬 프롬프트."
#: ../Doc/glossary.rst:23
msgid "The :const:`Ellipsis` built-in constant."
msgstr ":const:`Ellipsis` 내장 상수."
#: ../Doc/glossary.rst:24
msgid "2to3"
msgstr "2to3"
#: ../Doc/glossary.rst:26
msgid ""
"A tool that tries to convert Python 2.x code to Python 3.x code by "
"handling most of the incompatibilities which can be detected by parsing "
"the source and traversing the parse tree."
msgstr ""
"파이썬 2.x 코드를 파이썬 3.x 코드로 변환하려고 시도하는 도구인데, 소스를 구문 분석하고 구문 분석 트리를 탐색해서 감지할 수"
" 있는 대부분의 비호환성을 다룹니다."
#: ../Doc/glossary.rst:30
msgid ""
"2to3 is available in the standard library as :mod:`lib2to3`; a standalone"
" entry point is provided as :file:`Tools/scripts/2to3`. See "
":ref:`2to3-reference`."
msgstr ""
"2to3 는 표준 라이브러리에서 :mod:`lib2to3` 로 제공됩니다; 독립적으로 실행할 수 있는 스크립트는 "
":file:`Tools/scripts/2to3` 로 제공됩니다. :ref:`2to3-reference`\\을 보세요."
#: ../Doc/glossary.rst:33
msgid "abstract base class"
msgstr "abstract base class (추상 베이스 클래스)"
#: ../Doc/glossary.rst:35
msgid ""
"Abstract base classes complement :term:`duck-typing` by providing a way "
"to define interfaces when other techniques like :func:`hasattr` would be "
"clumsy or subtly wrong (for example with :ref:`magic methods <special-"
"lookup>`). ABCs introduce virtual subclasses, which are classes that "
"don't inherit from a class but are still recognized by :func:`isinstance`"
" and :func:`issubclass`; see the :mod:`abc` module documentation. Python"
" comes with many built-in ABCs for data structures (in the "
":mod:`collections.abc` module), numbers (in the :mod:`numbers` module), "
"streams (in the :mod:`io` module), import finders and loaders (in the "
":mod:`importlib.abc` module). You can create your own ABCs with the "
":mod:`abc` module."
msgstr ""
"추상 베이스 클래스는 :func:`hasattr` 같은 다른 테크닉들이 불편하거나 미묘하게 잘못된 (예를 들어, :ref:`매직 "
"메서드 <special-lookup>`) 경우, 인터페이스를 정의하는 방법을 제공함으로써 :term:`덕 타이핑 <duck-"
"typing>` 을 보완합니다. ABC는 가상 서브 클래스를 도입하는데, 클래스를 계승하지 않으면서도 "
":func:`isinstance` 와 :func:`issubclass` 에 의해 감지될 수 있는 클래스들입니다; :mod:`abc`"
" 모듈 설명서를 보세요. 파이썬에는 많은 내장 ABC 들이 따라오는데 다음과 같은 것들이 있습니다: 자료 구조 "
"(:mod:`collections.abc` 모듈에서), 숫자 (:mod:`numbers` 모듈에서), 스트림 (:mod:`io` "
"모듈에서), 임포트 파인더와 로더 (:mod:`importlib.abc` 모듈에서). :mod:`abc` 모듈을 사용해서 자신만의 "
"ABC를 만들 수도 있습니다."
#: ../Doc/glossary.rst:46
msgid "annotation"
msgstr "annotation (어노테이션)"
#: ../Doc/glossary.rst:48
msgid ""
"A label associated with a variable, a class attribute or a function "
"parameter or return value, used by convention as a :term:`type hint`."
msgstr ""
"관습에 따라 :term:`형 힌트 <type hint>` 로 사용되는 변수, 클래스 어트리뷰트 또는 함수 매개변수 나 반환 값과 "
"연결된 레이블입니다."
#: ../Doc/glossary.rst:52
msgid ""
"Annotations of local variables cannot be accessed at runtime, but "
"annotations of global variables, class attributes, and functions are "
"stored in the :attr:`__annotations__` special attribute of modules, "
"classes, and functions, respectively."
msgstr ""
"지역 변수의 어노테이션은 실행 시간에 액세스할 수 없지만, 전역 변수, 클래스 속성 및 함수의 어노테이션은 각각 모듈, 클래스, "
"함수의 :attr:`__annotations__` 특수 어트리뷰트에 저장됩니다."
#: ../Doc/glossary.rst:58
msgid ""
"See :term:`variable annotation`, :term:`function annotation`, :pep:`484` "
"and :pep:`526`, which describe this functionality."
msgstr ""
"이 기능을 설명하는 :term:`변수 어노테이션 <variable annotation>`, :term:`함수 어노테이션 "
"<function annotation>`, :pep:`484`, :pep:`526`\\을 참조하세요."
#: ../Doc/glossary.rst:60
msgid "argument"
msgstr "argument (인자)"
#: ../Doc/glossary.rst:62
msgid ""
"A value passed to a :term:`function` (or :term:`method`) when calling the"
" function. There are two kinds of argument:"
msgstr ""
"함수를 호출할 때 :term:`함수 <function>` (또는 :term:`메서드 <method>`) 로 전달되는 값. 두 종류의"
" 인자가 있습니다:"
#: ../Doc/glossary.rst:65
msgid ""
":dfn:`keyword argument`: an argument preceded by an identifier (e.g. "
"``name=``) in a function call or passed as a value in a dictionary "
"preceded by ``**``. For example, ``3`` and ``5`` are both keyword "
"arguments in the following calls to :func:`complex`::"
msgstr ""
":dfn:`키워드 인자 (keyword argument)`: 함수 호출 때 식별자가 앞에 붙은 인자 (예를 들어, "
"``name=``) 또는 ``**`` 를 앞에 붙인 딕셔너리로 전달되는 인자. 예를 들어, 다음과 같은 :func:`complex`"
" 호출에서 ``3`` 과 ``5`` 는 모두 키워드 인자입니다::"
#: ../Doc/glossary.rst:73
msgid ""
":dfn:`positional argument`: an argument that is not a keyword argument. "
"Positional arguments can appear at the beginning of an argument list "
"and/or be passed as elements of an :term:`iterable` preceded by ``*``. "
"For example, ``3`` and ``5`` are both positional arguments in the "
"following calls::"
msgstr ""
":dfn:`위치 인자 (positional argument)`: 키워드 인자가 아닌 인자. 위치 인자들은 인자 목록의 처음에 "
"나오거나 :term:`이터러블 <iterable>` 의 앞에 ``*`` 를 붙여 전달할 수 있습니다. 예를 들어, 다음과 같은 "
"호출에서 ``3`` 과 ``5`` 는 모두 위치 인자입니다."
#: ../Doc/glossary.rst:82
msgid ""
"Arguments are assigned to the named local variables in a function body. "
"See the :ref:`calls` section for the rules governing this assignment. "
"Syntactically, any expression can be used to represent an argument; the "
"evaluated value is assigned to the local variable."
msgstr ""
"인자는 함수 바디의 이름 붙은 지역 변수에 대입됩니다. 이 대입에 적용되는 규칙들에 대해서는 :ref:`calls` 절을 보세요. "
"문법적으로, 어떤 표현식이건 인자로 사용될 수 있습니다; 구해진 값이 지역 변수에 대입됩니다."
#: ../Doc/glossary.rst:87
msgid ""
"See also the :term:`parameter` glossary entry, the FAQ question on "
":ref:`the difference between arguments and parameters <faq-argument-vs-"
"parameter>`, and :pep:`362`."
msgstr ""
"용어집의 :term:`매개변수 <parameter>` 항목과 FAQ 질문 :ref:`인자와 매개변수의 차이 <faq-"
"argument-vs-parameter>` 와 :pep:`362`\\도 보세요."
#: ../Doc/glossary.rst:90
msgid "asynchronous context manager"
msgstr "asynchronous context manager (비동기 컨텍스트 관리자)"
#: ../Doc/glossary.rst:92
msgid ""
"An object which controls the environment seen in an :keyword:`async with`"
" statement by defining :meth:`__aenter__` and :meth:`__aexit__` methods."
" Introduced by :pep:`492`."
msgstr ""
":meth:`__aenter__` 와 :meth:`__aexit__` 메서드를 정의함으로써 :keyword:`async with` "
"문에서 보이는 환경을 제어하는 객체. :pep:`492`\\로 도입되었습니다."
#: ../Doc/glossary.rst:95
msgid "asynchronous generator"
msgstr "asynchronous generator (비동기 제너레이터)"
#: ../Doc/glossary.rst:97
msgid ""
"A function which returns an :term:`asynchronous generator iterator`. It "
"looks like a coroutine function defined with :keyword:`async def` except "
"that it contains :keyword:`yield` expressions for producing a series of "
"values usable in an :keyword:`async for` loop."
msgstr ""
":term:`비동기 제너레이터 이터레이터 <asynchronous generator iterator>` 를 돌려주는 함수. "
":keyword:`async def` 로 정의되는 코루틴 함수처럼 보이는데, :keyword:`async for` 루프가 사용할 수"
" 있는 일련의 값들을 만드는 :keyword:`yield` 표현식을 포함한다는 점이 다릅니다."
#: ../Doc/glossary.rst:102
msgid ""
"Usually refers to an asynchronous generator function, but may refer to an"
" *asynchronous generator iterator* in some contexts. In cases where the "
"intended meaning isn't clear, using the full terms avoids ambiguity."
msgstr ""
"보통 비동기 제너레이터 함수를 가리키지만, 어떤 문맥에서는 *비동기 제너레이터 이터레이터* 를 가리킵니다. 의도하는 의미가 명확하지"
" 않은 경우는, 완전한 용어를 써서 모호함을 없앱니다."
#: ../Doc/glossary.rst:106
msgid ""
"An asynchronous generator function may contain :keyword:`await` "
"expressions as well as :keyword:`async for`, and :keyword:`async with` "
"statements."
msgstr ""
"비동기 제너레이터 함수는 :keyword:`await` 표현식과, :keyword:`async for` 문과, "
":keyword:`async with` 문을 포함할 수 있습니다."
#: ../Doc/glossary.rst:109
msgid "asynchronous generator iterator"
msgstr "asynchronous generator iterator (비동기 제너레이터 이터레이터)"
#: ../Doc/glossary.rst:111
msgid "An object created by a :term:`asynchronous generator` function."
msgstr ":term:`비동기 제너레이터 <asynchronous generator>` 함수가 만드는 객체."
#: ../Doc/glossary.rst:113
msgid ""
"This is an :term:`asynchronous iterator` which when called using the "
":meth:`__anext__` method returns an awaitable object which will execute "
"the body of the asynchronous generator function until the next "
":keyword:`yield` expression."
msgstr ""
":term:`비동기 이터레이터 <asynchronous iterator>` 인데 :meth:`__anext__` 를 호출하면 "
"어웨이터블 객체를 돌려주고, 이것은 다음 :keyword:`yield` 표현식 까지 비동기 제너레이터 함수의 바디를 실행합니다."
#: ../Doc/glossary.rst:118
msgid ""
"Each :keyword:`yield` temporarily suspends processing, remembering the "
"location execution state (including local variables and pending try-"
"statements). When the *asynchronous generator iterator* effectively "
"resumes with another awaitable returned by :meth:`__anext__`, it picks up"
" where it left off. See :pep:`492` and :pep:`525`."
msgstr ""
"각 :keyword:`yield`\\는 일시적으로 처리를 중단하고, 그 위치의 (지역 변수들과 대기 중인 try-문들을 포함하는) "
"실행 상태를 기억합니다. *비동기 제너레이터 이터레이터* 가 :meth:`__anext__` 가 돌려주는 또 하나의 어웨이터블로 "
"재개되면, 떠난 곳으로 복귀합니다. :pep:`492`\\와 :pep:`525`\\를 보세요."
#: ../Doc/glossary.rst:123
msgid "asynchronous iterable"
msgstr "asynchronous iterable (비동기 이터러블)"
#: ../Doc/glossary.rst:125
msgid ""
"An object, that can be used in an :keyword:`async for` statement. Must "
"return an :term:`asynchronous iterator` from its :meth:`__aiter__` "
"method. Introduced by :pep:`492`."
msgstr ""
":keyword:`async for` 문에서 사용될 수 있는 객체. :meth:`__aiter__` 메서드는 :term:`비동기 "
"이터레이터 <asynchronous iterator>` 를 돌려줘야 합니다. :pep:`492` 로 도입되었습니다."
#: ../Doc/glossary.rst:128
msgid "asynchronous iterator"
msgstr "asynchronous iterator (비동기 이터레이터)"
#: ../Doc/glossary.rst:130
msgid ""
"An object that implements the :meth:`__aiter__` and :meth:`__anext__` "
"methods. ``__anext__`` must return an :term:`awaitable` object. "
":keyword:`async for` resolves the awaitables returned by an asynchronous "
"iterator's :meth:`__anext__` method until it raises a "
":exc:`StopAsyncIteration` exception. Introduced by :pep:`492`."
msgstr ""
":meth:`__aiter__` 와 :meth:`__anext__` 메서드를 구현하는 객체. ``__anext__`` 는 "
":term:`어웨이터블 <awaitable>` 객체를 돌려줘야 합니다. :keyword:`async for`\\는 "
":exc:`StopAsyncIteration` 예외가 발생할 때까지 비동기 이터레이터의 :meth:`__anext__` 메서드가 "
"돌려주는 어웨이터블을 풉니다. :pep:`492`\\로 도입되었습니다."
#: ../Doc/glossary.rst:135
msgid "attribute"
msgstr "attribute (어트리뷰트)"
#: ../Doc/glossary.rst:137
msgid ""
"A value associated with an object which is referenced by name using "
"dotted expressions. For example, if an object *o* has an attribute *a* "
"it would be referenced as *o.a*."
msgstr ""
"점표현식을 사용하는 이름으로 참조되는 객체와 결합한 값. 예를 들어, 객체 *o*\\가 어트리뷰트 *a*\\를 가지면, "
"*o.a*\\처럼 참조됩니다."
#: ../Doc/glossary.rst:140
msgid "awaitable"
msgstr "awaitable (어웨이터블)"
#: ../Doc/glossary.rst:142
msgid ""
"An object that can be used in an :keyword:`await` expression. Can be a "
":term:`coroutine` or an object with an :meth:`__await__` method. See also"
" :pep:`492`."
msgstr ""
":keyword:`await` 표현식에 사용할 수 있는 객체. :term:`코루틴 <coroutine>` 이나 "
":meth:`__await__` 메서드를 가진 객체가 될 수 있습니다. :pep:`492`\\를 보세요."
#: ../Doc/glossary.rst:145
msgid "BDFL"
msgstr "BDFL"
#: ../Doc/glossary.rst:147
msgid ""
"Benevolent Dictator For Life, a.k.a. `Guido van Rossum "
"<https://gvanrossum.github.io/>`_, Python's creator."
msgstr ""
"자비로운 종신 독재자 (Benevolent Dictator For Life), 즉 `Guido van Rossum "
"<https://gvanrossum.github.io/>`_, 파이썬의 창시자."
#: ../Doc/glossary.rst:149
msgid "binary file"
msgstr "binary file (바이너리 파일)"
#: ../Doc/glossary.rst:151
msgid ""
"A :term:`file object` able to read and write :term:`bytes-like objects "
"<bytes-like object>`. Examples of binary files are files opened in binary"
" mode (``'rb'``, ``'wb'`` or ``'rb+'``), :data:`sys.stdin.buffer`, "
":data:`sys.stdout.buffer`, and instances of :class:`io.BytesIO` and "
":class:`gzip.GzipFile`."
msgstr ""
":term:`바이트열류 객체들 <bytes-like object>`\\을 읽고 쓸 수 있는 :term:`파일 객체 <file "
"object>`. 바이너리 파일의 예로는 바이너리 모드 (``'rb'``, ``'wb'`` 또는 ``'rb+'``) 로 열린 파일,"
" :data:`sys.stdin.buffer`, :data:`sys.stdout.buffer`, :class:`io.BytesIO`"
" 와 :class:`gzip.GzipFile` 의 인스턴스를 들 수 있습니다."
#: ../Doc/glossary.rst:158
msgid ""
"See also :term:`text file` for a file object able to read and write "
":class:`str` objects."
msgstr ":class:`str` 객체를 읽고 쓸 수 있는 파일 객체에 대해서는 :term:`텍스트 파일 <text file>` 도 참조하세요."
#: ../Doc/glossary.rst:160
msgid "bytes-like object"
msgstr "bytes-like object (바이트열류 객체)"
#: ../Doc/glossary.rst:162
msgid ""
"An object that supports the :ref:`bufferobjects` and can export a "
"C-:term:`contiguous` buffer. This includes all :class:`bytes`, "
":class:`bytearray`, and :class:`array.array` objects, as well as many "
"common :class:`memoryview` objects. Bytes-like objects can be used for "
"various operations that work with binary data; these include compression,"
" saving to a binary file, and sending over a socket."
msgstr ""
":ref:`bufferobjects` 를 지원하고 C-:term:`연속 <contiguous>` 버퍼를 익스포트 할 수 있습니다. "
"여러 공통 :class:`memoryview` 객체들은 물론이고 :class:`bytes`, :class:`bytearray`, "
":class:`array.array` 객체들을 포함합니다. 바이트열류 객체들은 바이너리 데이터를 다루는 여러 가지 연산들에 사용될 "
"수 있습니다; 압축, 바이너리 파일로 저장, 소켓을 통한 전송 같은 것들이 있습니다."
#: ../Doc/glossary.rst:169
msgid ""
"Some operations need the binary data to be mutable. The documentation "
"often refers to these as \"read-write bytes-like objects\". Example "
"mutable buffer objects include :class:`bytearray` and a "
":class:`memoryview` of a :class:`bytearray`. Other operations require the"
" binary data to be stored in immutable objects (\"read-only bytes-like "
"objects\"); examples of these include :class:`bytes` and a "
":class:`memoryview` of a :class:`bytes` object."
msgstr ""
"어떤 연산들은 바이너리 데이터가 가변적일 필요가 있습니다. 이런 경우에 설명서는 종종 \"읽고-쓰기 바이트열류 객체\"라고 "
"표현합니다. 가변 버퍼 객체의 예로는 :class:`bytearray` 와 :class:`bytearray` 의 "
":class:`memoryview` 가 있습니다. 다른 연산들은 바이너리 데이터가 불변 객체 (\"읽기 전용 바이트열류 객체\")에"
" 저장되도록 요구합니다; 이런 것들의 예로는 :class:`bytes`\\와 :class:`bytes` 객체의 "
":class:`memoryview` 가 있습니다."
#: ../Doc/glossary.rst:177
msgid "bytecode"
msgstr "bytecode (바이트 코드)"
#: ../Doc/glossary.rst:179
msgid ""
"Python source code is compiled into bytecode, the internal representation"
" of a Python program in the CPython interpreter. The bytecode is also "
"cached in ``.pyc`` files so that executing the same file is faster the "
"second time (recompilation from source to bytecode can be avoided). This"
" \"intermediate language\" is said to run on a :term:`virtual machine` "
"that executes the machine code corresponding to each bytecode. Do note "
"that bytecodes are not expected to work between different Python virtual "
"machines, nor to be stable between Python releases."
msgstr ""
"파이썬 소스 코드는 바이트 코드로 컴파일되는데, CPython 인터프리터에서 파이썬 프로그램의 내부 표현입니다. 바이트 코드는 "
"``.pyc`` 파일에 캐시 되어, 같은 파일을 두 번째 실행할 때 더 빨라지게 만듭니다 (소스에서 바이트 코드로의 재컴파일을 피할"
" 수 있습니다). 이 \"중간 언어\" 는 각 바이트 코드에 대응하는 기계를 실행하는 :term:`가상 기계 <virtual "
"machine>` 에서 실행된다고 말합니다. 바이트 코드는 서로 다른 파이썬 가상 기계에서 작동할 것으로 기대하지도, 파이썬 배포 "
"간에 안정적이지도 않다는 것에 주의해야 합니다."
#: ../Doc/glossary.rst:189
msgid ""
"A list of bytecode instructions can be found in the documentation for "
":ref:`the dis module <bytecodes>`."
msgstr "바이트 코드 명령어들의 목록은 :ref:`dis 모듈 <bytecodes>` 설명서에 나옵니다."
#: ../Doc/glossary.rst:191
msgid "callback"
msgstr "callback (콜백)"
#: ../Doc/glossary.rst:193
msgid ""
"A subroutine function which is passed as an argument to be executed at "
"some point in the future."
msgstr "인자로 전달되는 미래의 어느 시점에서 실행될 서브 루틴 함수."
#: ../Doc/glossary.rst:195
msgid "class"
msgstr "class (클래스)"
#: ../Doc/glossary.rst:197
msgid ""
"A template for creating user-defined objects. Class definitions normally "
"contain method definitions which operate on instances of the class."
msgstr "사용자 정의 객체들을 만들기 위한 주형. 클래스 정의는 보통 클래스의 인스턴스를 대상으로 연산하는 메서드 정의들을 포함합니다."
#: ../Doc/glossary.rst:200
msgid "class variable"
msgstr "class variable (클래스 변수)"
#: ../Doc/glossary.rst:202
msgid ""
"A variable defined in a class and intended to be modified only at class "
"level (i.e., not in an instance of the class)."
msgstr "클래스에서 정의되고 클래스 수준 (즉, 클래스의 인스턴스에서가 아니라) 에서만 수정되는 변수."
#: ../Doc/glossary.rst:204
msgid "coercion"
msgstr "coercion (코어션)"
#: ../Doc/glossary.rst:206
msgid ""
"The implicit conversion of an instance of one type to another during an "
"operation which involves two arguments of the same type. For example, "
"``int(3.15)`` converts the floating point number to the integer ``3``, "
"but in ``3+4.5``, each argument is of a different type (one int, one "
"float), and both must be converted to the same type before they can be "
"added or it will raise a :exc:`TypeError`. Without coercion, all "
"arguments of even compatible types would have to be normalized to the "
"same value by the programmer, e.g., ``float(3)+4.5`` rather than just "
"``3+4.5``."
msgstr ""
"같은 형의 두 인자를 수반하는 연산이 일어나는 동안, 한 형의 인스턴스를 다른 형으로 묵시적으로 변환하는 것. 예를 들어, "
"``int(3.15)``\\는 실수를 정수 ``3``\\으로 변환합니다. 하지만, ``3+4.5`` 에서, 각 인자는 다른 형이고 "
"(하나는 int, 다른 하나는 float), 둘을 더하기 전에 같은 형으로 변환해야 합니다. 그렇지 않으면 "
":exc:`TypeError`\\를 일으킵니다. 코어션 없이는, 호환되는 형들조차도 프로그래머가 같은 형으로 정규화해주어야 합니다,"
" 예를 들어, 그냥 ``3+4.5`` 하는 대신 ``float(3)+4.5``."
#: ../Doc/glossary.rst:214
msgid "complex number"
msgstr "complex number (복소수)"
#: ../Doc/glossary.rst:216
msgid ""
"An extension of the familiar real number system in which all numbers are "
"expressed as a sum of a real part and an imaginary part. Imaginary "
"numbers are real multiples of the imaginary unit (the square root of "
"``-1``), often written ``i`` in mathematics or ``j`` in engineering. "
"Python has built-in support for complex numbers, which are written with "
"this latter notation; the imaginary part is written with a ``j`` suffix, "
"e.g., ``3+1j``. To get access to complex equivalents of the :mod:`math` "
"module, use :mod:`cmath`. Use of complex numbers is a fairly advanced "
"mathematical feature. If you're not aware of a need for them, it's "
"almost certain you can safely ignore them."
msgstr ""
"익숙한 실수 시스템의 확장인데, 모든 숫자가 실수부와 허수부의 합으로 표현됩니다. 허수부는 실수에 허수 단위(``-1``\\의 "
"제곱근)를 곱한 것인데, 종종 수학에서는 ``i``\\로, 공학에서는 ``j``\\로 표기합니다. 파이썬은 후자의 표기법을 쓰는 "
"복소수를 기본 지원합니다; 허수부는 ``j`` 접미사를 붙여서 표기합니다, 예를 들어, ``3+1j``. :mod:`math` "
"모듈의 복소수 버전이 필요하면, :mod:`cmath`\\를 사용합니다. 복소수의 활용은 꽤 수준 높은 수학적 기능입니다. "
"필요하다고 느끼지 못한다면, 거의 확실히 무시해도 좋습니다."
#: ../Doc/glossary.rst:226
msgid "context manager"
msgstr "context manager (컨텍스트 관리자)"
#: ../Doc/glossary.rst:228
msgid ""
"An object which controls the environment seen in a :keyword:`with` "
"statement by defining :meth:`__enter__` and :meth:`__exit__` methods. See"
" :pep:`343`."
msgstr ""
":meth:`__enter__` 와 :meth:`__exit__` 메서드를 정의함으로써 :keyword:`with` 문에서 보이는 "
"환경을 제어하는 객체. :pep:`343`\\으로 도입되었습니다."
#: ../Doc/glossary.rst:231
msgid "context variable"
msgstr "context variable (컨텍스트 변수)"
#: ../Doc/glossary.rst:233
msgid ""
"A variable which can have different values depending on its context. This"
" is similar to Thread-Local Storage in which each execution thread may "
"have a different value for a variable. However, with context variables, "
"there may be several contexts in one execution thread and the main usage "
"for context variables is to keep track of variables in concurrent "
"asynchronous tasks. See :mod:`contextvars`."
msgstr ""
"컨텍스트에 따라 다른 값을 가질 수 있는 변수. 이는 각 실행 스레드가 변수에 대해 다른 값을 가질 수 있는 스레드-로컬 저장소와 "
"비슷합니다. 그러나, 컨텍스트 변수를 통해, 하나의 실행 스레드에 여러 컨텍스트가 있을 수 있으며 컨텍스트 변수의 주 용도는 동시성"
" 비동기 태스크에서 변수를 추적하는 것입니다. :mod:`contextvars`\\를 참조하십시오."
#: ../Doc/glossary.rst:240
msgid "contiguous"
msgstr "contiguous (연속)"
#: ../Doc/glossary.rst:244
msgid ""
"A buffer is considered contiguous exactly if it is either *C-contiguous* "
"or *Fortran contiguous*. Zero-dimensional buffers are C and Fortran "
"contiguous. In one-dimensional arrays, the items must be laid out in "
"memory next to each other, in order of increasing indexes starting from "
"zero. In multidimensional C-contiguous arrays, the last index varies the"
" fastest when visiting items in order of memory address. However, in "
"Fortran contiguous arrays, the first index varies the fastest."
msgstr ""
"버퍼는 정확히 *C-연속(C-contiguous)*\\이거나 *포트란 연속(Fortran contiguous)*\\일 때 연속이라고"
" 여겨집니다. 영차원 버퍼는 C-연속이면서 포트란 연속입니다. 일차원 배열에서, 항목들은 서로에 인접하고, 0에서 시작하는 오름차순"
" 인덱스의 순서대로 메모리에 배치되어야 합니다. 다차원 C-연속 배열에서, 메모리 주소의 순서대로 항목들을 방문할 때 마지막 "
"인덱스가 가장 빨리 변합니다. 하지만, 포트란 연속 배열에서는, 첫 번째 인덱스가 가장 빨리 변합니다."
#: ../Doc/glossary.rst:252
msgid "coroutine"
msgstr "coroutine (코루틴)"
#: ../Doc/glossary.rst:254
msgid ""
"Coroutines are a more generalized form of subroutines. Subroutines are "
"entered at one point and exited at another point. Coroutines can be "
"entered, exited, and resumed at many different points. They can be "
"implemented with the :keyword:`async def` statement. See also "
":pep:`492`."
msgstr ""
"코루틴은 서브루틴의 더 일반화된 형태입니다. 서브루틴은 한 지점에서 진입하고 다른 지점에서 탈출합니다. 코루틴은 여러 다른 지점에서"
" 진입하고, 탈출하고, 재개할 수 있습니다. 이것들은 :keyword:`async def` 문으로 구현할 수 있습니다. "
":pep:`492`\\를 보세요."
#: ../Doc/glossary.rst:259
msgid "coroutine function"
msgstr "coroutine function (코루틴 함수)"
#: ../Doc/glossary.rst:261
msgid ""
"A function which returns a :term:`coroutine` object. A coroutine "
"function may be defined with the :keyword:`async def` statement, and may "
"contain :keyword:`await`, :keyword:`async for`, and :keyword:`async with`"
" keywords. These were introduced by :pep:`492`."
msgstr ""
":term:`코루틴 <coroutine>` 객체를 돌려주는 함수. 코루틴 함수는 :keyword:`async def` 문으로 정의될"
" 수 있고, :keyword:`await` 와 :keyword:`async for`\\와 :keyword:`async with` "
"키워드를 포함할 수 있습니다. 이것들은 :pep:`492` 에 의해 도입되었습니다. "
#: ../Doc/glossary.rst:266
msgid "CPython"
msgstr "CPython"
#: ../Doc/glossary.rst:268
msgid ""
"The canonical implementation of the Python programming language, as "
"distributed on `python.org <https://www.python.org>`_. The term "
"\"CPython\" is used when necessary to distinguish this implementation "
"from others such as Jython or IronPython."
msgstr ""
"파이썬 프로그래밍 언어의 규범적인 구현인데, `python.org <https://www.python.org>`_\\에서 "
"배포됩니다. 이 구현을 Jython 이나 IronPython 과 같은 다른 것들과 구별할 필요가 있을 때 용어 \"CPython\""
" 이 사용됩니다."
#: ../Doc/glossary.rst:272
msgid "decorator"
msgstr "decorator (데코레이터)"
#: ../Doc/glossary.rst:274
msgid ""
"A function returning another function, usually applied as a function "
"transformation using the ``@wrapper`` syntax. Common examples for "
"decorators are :func:`classmethod` and :func:`staticmethod`."
msgstr ""
"다른 함수를 돌려주는 함수인데, 보통 ``@wrapper`` 문법을 사용한 함수 변환으로 적용됩니다. 데코레이터의 흔한 예는 "
":func:`classmethod` 과 :func:`staticmethod` 입니다."
#: ../Doc/glossary.rst:278
msgid ""
"The decorator syntax is merely syntactic sugar, the following two "
"function definitions are semantically equivalent::"
msgstr "데코레이터 문법은 단지 편의 문법일 뿐입니다. 다음 두 함수 정의는 의미상으로 동등합니다::"
#: ../Doc/glossary.rst:289
msgid ""
"The same concept exists for classes, but is less commonly used there. "
"See the documentation for :ref:`function definitions <function>` and "
":ref:`class definitions <class>` for more about decorators."
msgstr ""
"같은 개념이 클래스에도 존재하지만, 덜 자주 쓰입니다. 데코레이터에 대한 더 자세한 내용은 :ref:`함수 정의 "
"<function>` 와 :ref:`클래스 정의 <class>` 의 설명서를 보면 됩니다."
#: ../Doc/glossary.rst:292
msgid "descriptor"
msgstr "descriptor (디스크립터)"
#: ../Doc/glossary.rst:294
msgid ""
"Any object which defines the methods :meth:`__get__`, :meth:`__set__`, or"
" :meth:`__delete__`. When a class attribute is a descriptor, its special"
" binding behavior is triggered upon attribute lookup. Normally, using "
"*a.b* to get, set or delete an attribute looks up the object named *b* in"
" the class dictionary for *a*, but if *b* is a descriptor, the respective"
" descriptor method gets called. Understanding descriptors is a key to a "
"deep understanding of Python because they are the basis for many features"
" including functions, methods, properties, class methods, static methods,"
" and reference to super classes."
msgstr ""
"메서드 :meth:`__get__` 이나 :meth:`__set__` 이나 :meth:`__delete__`\\를 정의하는 객체. "
"클래스 어트리뷰트가 디스크립터일 때, 어트리뷰트 조회는 특별한 연결 작용을 일으킵니다. 보통, *a.b*\\를 읽거나, 쓰거나, "
"삭제하는데 사용할 때, *a*\\의 클래스 딕셔너리에서 *b* 라고 이름 붙여진 객체를 찾습니다. 하지만 *b*\\가 디스크립터면,"
" 해당하는 디스크립터 메서드가 호출됩니다. 디스크립터를 이해하는 것은 파이썬에 대한 깊은 이해의 열쇠인데, 함수, 메서드, "
"프로퍼티, 클래스 메서드, 스태틱 메서드, 슈퍼 클래스 참조 등의 많은 기능의 기초를 이루고 있기 때문입니다."
#: ../Doc/glossary.rst:304
msgid ""
"For more information about descriptors' methods, see :ref:`descriptors` "
"or the :ref:`Descriptor How To Guide <descriptorhowto>`."
msgstr ""
"디스크립터의 메서드들에 대한 자세한 내용은 :ref:`descriptors`\\나 :ref:`디스크립터 사용법 안내서 "
"<descriptorhowto>`\\에 나옵니다."
#: ../Doc/glossary.rst:306
msgid "dictionary"
msgstr "dictionary (딕셔너리)"
#: ../Doc/glossary.rst:308
msgid ""
"An associative array, where arbitrary keys are mapped to values. The "
"keys can be any object with :meth:`__hash__` and :meth:`__eq__` methods. "
"Called a hash in Perl."
msgstr ""
"임의의 키를 값에 대응시키는 연관 배열 (associative array). 키는 :meth:`__hash__` 와 "
":meth:`__eq__` 메서드를 갖는 모든 객체가 될 수 있습니다. 펄에서 해시라고 부릅니다."
#: ../Doc/glossary.rst:311
msgid "dictionary comprehension"
msgstr "dictionary comprehension (딕셔너리 컴프리헨션)"
#: ../Doc/glossary.rst:313
msgid ""
"A compact way to process all or part of the elements in an iterable and "
"return a dictionary with the results. ``results = {n: n ** 2 for n in "
"range(10)}`` generates a dictionary containing key ``n`` mapped to value "
"``n ** 2``. See :ref:`comprehensions`."
msgstr ""
"이터러블에 있는 요소 전체나 일부를 처리하고 결과를 담은 딕셔너리를 반환하는 간결한 방법. ``results = {n: n ** 2"
" for n in range(10)}``\\은 값 ``n ** 2``\\에 매핑된 키 ``n``\\을 포함하는 딕셔너리를 "
"생성합니다. :ref:`comprehensions`\\을 참조하십시오."
#: ../Doc/glossary.rst:317
msgid "dictionary view"
msgstr "dictionary view (딕셔너리 뷰)"
#: ../Doc/glossary.rst:319
msgid ""
"The objects returned from :meth:`dict.keys`, :meth:`dict.values`, and "
":meth:`dict.items` are called dictionary views. They provide a dynamic "
"view on the dictionary’s entries, which means that when the dictionary "
"changes, the view reflects these changes. To force the dictionary view to"
" become a full list use ``list(dictview)``. See :ref:`dict-views`."
msgstr ""
":meth:`dict.keys`, :meth:`dict.values`, :meth:`dict.items` 메서드가 돌려주는 객체들을"
" 딕셔너리 뷰라고 부릅니다. 이것들은 딕셔너리 항목들에 대한 동적인 뷰를 제공하는데, 딕셔너리가 변경될 때, 뷰가 이 변화를 "
"반영한다는 뜻입니다. 딕셔너리 뷰를 완전한 리스트로 바꾸려면 ``list(dictview)``\\를 사용하면 됩니다. :ref"
":`dict-views`\\를 보세요."
#: ../Doc/glossary.rst:325
msgid "docstring"
msgstr "docstring (독스트링)"
#: ../Doc/glossary.rst:327
msgid ""
"A string literal which appears as the first expression in a class, "
"function or module. While ignored when the suite is executed, it is "
"recognized by the compiler and put into the :attr:`__doc__` attribute of "
"the enclosing class, function or module. Since it is available via "
"introspection, it is the canonical place for documentation of the object."
msgstr ""
"클래스, 함수, 모듈에서 첫 번째 표현식으로 나타나는 문자열 리터럴. 스위트가 실행될 때는 무시되지만, 컴파일러에 의해 인지되어 "
"둘러싼 클래스, 함수, 모듈의 :attr:`__doc__` 어트리뷰트로 삽입됩니다. 인트로스펙션을 통해 사용할 수 있으므로, 객체의"
" 설명서를 위한 규범적인 장소입니다."
#: ../Doc/glossary.rst:333
msgid "duck-typing"
msgstr "duck-typing (덕 타이핑)"
#: ../Doc/glossary.rst:335
msgid ""
"A programming style which does not look at an object's type to determine "
"if it has the right interface; instead, the method or attribute is simply"
" called or used (\"If it looks like a duck and quacks like a duck, it "
"must be a duck.\") By emphasizing interfaces rather than specific types,"
" well-designed code improves its flexibility by allowing polymorphic "
"substitution. Duck-typing avoids tests using :func:`type` or "
":func:`isinstance`. (Note, however, that duck-typing can be complemented"
" with :term:`abstract base classes <abstract base class>`.) Instead, it "
"typically employs :func:`hasattr` tests or :term:`EAFP` programming."
msgstr ""
"올바른 인터페이스를 가졌는지 판단하는데 객체의 형을 보지 않는 프로그래밍 스타일; 대신, 단순히 메서드나 어트리뷰트가 호출되거나 "
"사용됩니다 (\"오리처럼 보이고 오리처럼 꽥꽥댄다면, 그것은 오리다.\") 특정한 형 대신에 인터페이스를 강조함으로써, 잘 설계된 "
"코드는 다형적인 치환을 허락함으로써 유연성을 개선할 수 있습니다. 덕 타이핑은 :func:`type` 이나 "
":func:`isinstance` 을 사용한 검사를 피합니다. (하지만, 덕 타이핑이 :term:`추상 베이스 클래스 "
"<abstract base class>` 로 보완될 수 있음에 유의해야 합니다.) 대신에, :func:`hasattr` 검사나 "
":term:`EAFP` 프로그래밍을 씁니다."
#: ../Doc/glossary.rst:344
msgid "EAFP"
msgstr "EAFP"
#: ../Doc/glossary.rst:346
msgid ""
"Easier to ask for forgiveness than permission. This common Python coding"
" style assumes the existence of valid keys or attributes and catches "
"exceptions if the assumption proves false. This clean and fast style is "
"characterized by the presence of many :keyword:`try` and "
":keyword:`except` statements. The technique contrasts with the "
":term:`LBYL` style common to many other languages such as C."
msgstr ""
"허락보다는 용서를 구하기가 쉽다 (Easier to ask for forgiveness than permission). 이 흔히 볼"
" 수 있는 파이썬 코딩 스타일은, 올바른 키나 어트리뷰트의 존재를 가정하고, 그 가정이 틀리면 예외를 잡습니다. 이 깔끔하고 빠른 "
"스타일은 많은 :keyword:`try`\\와 :keyword:`except` 문의 존재로 특징지어집니다. 이 테크닉은 C와 같은 "
"다른 많은 언어에서 자주 사용되는 :term:`LBYL` 스타일과 대비됩니다."
#: ../Doc/glossary.rst:352
msgid "expression"
msgstr "expression (표현식)"
#: ../Doc/glossary.rst:354
msgid ""
"A piece of syntax which can be evaluated to some value. In other words, "
"an expression is an accumulation of expression elements like literals, "
"names, attribute access, operators or function calls which all return a "
"value. In contrast to many other languages, not all language constructs "
"are expressions. There are also :term:`statement`\\s which cannot be "
"used as expressions, such as :keyword:`while`. Assignments are also "
"statements, not expressions."
msgstr ""
"어떤 값으로 구해질 수 있는 문법적인 조각. 다른 말로 표현하면, 표현식은 리터럴, 이름, 어트리뷰트 액세스, 연산자, 함수들과 "
"같은 값을 돌려주는 표현 요소들을 쌓아 올린 것입니다. 다른 많은 언어와 대조적으로, 모든 언어 구성물들이 표현식인 것은 아닙니다."
" :keyword:`while`\\처럼, 표현식으로 사용할 수 없는 :term:`문장 <statement>` 들이 있습니다. 대입 "
"또한 문장이고, 표현식이 아닙니다."
#: ../Doc/glossary.rst:361
msgid "extension module"
msgstr "extension module (확장 모듈)"
#: ../Doc/glossary.rst:363
msgid ""
"A module written in C or C++, using Python's C API to interact with the "
"core and with user code."
msgstr "C 나 C++로 작성된 모듈인데, 파이썬의 C API를 사용해서 핵심이나 사용자 코드와 상호 작용합니다."
#: ../Doc/glossary.rst:365
msgid "f-string"
msgstr "f-string (f-문자열)"
#: ../Doc/glossary.rst:367
msgid ""
"String literals prefixed with ``'f'`` or ``'F'`` are commonly called "
"\"f-strings\" which is short for :ref:`formatted string literals "
"<f-strings>`. See also :pep:`498`."
msgstr ""
"``'f'`` 나 ``'F'`` 를 앞에 붙인 문자열 리터럴들을 흔히 \"f-문자열\"이라고 부르는데, :ref:`포맷 문자열 "
"리터럴 <f-strings>` 의 줄임말입니다. :pep:`498` 을 보세요."
#: ../Doc/glossary.rst:370
msgid "file object"
msgstr "file object (파일 객체)"
#: ../Doc/glossary.rst:372
msgid ""
"An object exposing a file-oriented API (with methods such as "
":meth:`read()` or :meth:`write()`) to an underlying resource. Depending "
"on the way it was created, a file object can mediate access to a real on-"
"disk file or to another type of storage or communication device (for "
"example standard input/output, in-memory buffers, sockets, pipes, etc.)."
" File objects are also called :dfn:`file-like objects` or "
":dfn:`streams`."
msgstr ""
"하부 자원에 대해 파일 지향적 API(:meth:`read()` 나 :meth:`write()` 같은 메서드들)를 드러내는 객체. "
"만들어진 방법에 따라, 파일 객체는 실제 디스크 상의 파일이나 다른 저장 장치나 통신 장치 (예를 들어, 표준 입출력, 인-메모리 "
"버퍼, 소켓, 파이프, 등등)에 대한 액세스를 중계할 수 있습니다. 파일 객체는 :dfn:`파일류 객체 (file-like "
"objects)`\\나 :dfn:`스트림 (streams)` 이라고도 불립니다."
#: ../Doc/glossary.rst:380
msgid ""
"There are actually three categories of file objects: raw :term:`binary "
"files <binary file>`, buffered :term:`binary files <binary file>` and "
":term:`text files <text file>`. Their interfaces are defined in the "
":mod:`io` module. The canonical way to create a file object is by using "
"the :func:`open` function."
msgstr ""
"실제로는 세 부류의 파일 객체들이 있습니다. 날(raw) :term:`바이너리 파일 <binary file>`, "
"버퍼드(buffered) :term:`바이너리 파일 <binary file>`, :term:`텍스트 파일 <text file>`. "
"이들의 인터페이스는 :mod:`io` 모듈에서 정의됩니다. 파일 객체를 만드는 규범적인 방법은 :func:`open` 함수를 쓰는 "
"것입니다."
#: ../Doc/glossary.rst:385
msgid "file-like object"
msgstr "file-like object (파일류 객체)"
#: ../Doc/glossary.rst:387
msgid "A synonym for :term:`file object`."
msgstr ":term:`파일 객체 <file object>` 의 비슷한 말."
#: ../Doc/glossary.rst:388
msgid "finder"
msgstr "finder (파인더)"
#: ../Doc/glossary.rst:390
msgid ""
"An object that tries to find the :term:`loader` for a module that is "
"being imported."
msgstr "임포트될 모듈을 위한 :term:`로더 <loader>` 를 찾으려고 시도하는 객체."
#: ../Doc/glossary.rst:393
msgid ""
"Since Python 3.3, there are two types of finder: :term:`meta path finders"
" <meta path finder>` for use with :data:`sys.meta_path`, and :term:`path "
"entry finders <path entry finder>` for use with :data:`sys.path_hooks`."
msgstr ""
"파이썬 3.3. 이후로, 두 종류의 파인더가 있습니다: :data:`sys.meta_path` 와 함께 사용하는 :term:`메타 "
"경로 파인더 <meta path finder>` 와 :data:`sys.path_hooks` 과 함께 사용하는 :term:`경로 "
"엔트리 파인더 <path entry finder>`."
#: ../Doc/glossary.rst:397
msgid "See :pep:`302`, :pep:`420` and :pep:`451` for much more detail."
msgstr "더 자세한 내용은 :pep:`302`, :pep:`420`, :pep:`451` 에 나옵니다."
#: ../Doc/glossary.rst:398
msgid "floor division"
msgstr "floor division (정수 나눗셈)"
#: ../Doc/glossary.rst:400
msgid ""
"Mathematical division that rounds down to nearest integer. The floor "
"division operator is ``//``. For example, the expression ``11 // 4`` "
"evaluates to ``2`` in contrast to the ``2.75`` returned by float true "
"division. Note that ``(-11) // 4`` is ``-3`` because that is ``-2.75`` "
"rounded *downward*. See :pep:`238`."
msgstr ""
"가장 가까운 정수로 내림하는 수학적 나눗셈. 정수 나눗셈 연산자는 ``//`` 다. 예를 들어, 표현식 ``11 // 4`` 의 "
"값은 ``2``\\가 되지만, 실수 나눗셈은 ``2.75``\\를 돌려줍니다. ``(-11) // 4`` 가 ``-2.75``\\를"
" *내림* 한 ``-3``\\이 됨에 유의해야 합니다. :pep:`238`\\을 보세요."
#: ../Doc/glossary.rst:405
msgid "function"
msgstr "function (함수)"
#: ../Doc/glossary.rst:407
msgid ""
"A series of statements which returns some value to a caller. It can also "
"be passed zero or more :term:`arguments <argument>` which may be used in "
"the execution of the body. See also :term:`parameter`, :term:`method`, "
"and the :ref:`function` section."
msgstr ""
"호출자에게 어떤 값을 돌려주는 일련의 문장들. 없거나 그 이상의 :term:`인자 <argument>` 가 전달될 수 있는데, "
"바디의 실행에 사용될 수 있습니다. :term:`매개변수 <parameter>` 와 :term:`메서드 <method>` 와 "
":ref:`function` 섹션도 보세요."
#: ../Doc/glossary.rst:411
msgid "function annotation"
msgstr "function annotation (함수 어노테이션)"
#: ../Doc/glossary.rst:413
msgid "An :term:`annotation` of a function parameter or return value."
msgstr "함수 매개변수나 반환 값의 :term:`어노테이션 <annotation>`."
#: ../Doc/glossary.rst:415
msgid ""
"Function annotations are usually used for :term:`type hints <type hint>`:"
" for example, this function is expected to take two :class:`int` "
"arguments and is also expected to have an :class:`int` return value::"
msgstr ""
"함수 어노테이션은 일반적으로 :term:`형 힌트 <type hint>` 로 사용됩니다: 예를 들어, 이 함수는 두 개의 "
":class:`int` 인자를 받아들일 것으로 기대되고, 동시에 :class:`int` 반환 값을 줄 것으로 기대됩니다::"
#: ../Doc/glossary.rst:423
msgid "Function annotation syntax is explained in section :ref:`function`."
msgstr "함수 어노테이션 문법은 :ref:`function` 절에서 설명합니다."
#: ../Doc/glossary.rst:425
msgid ""
"See :term:`variable annotation` and :pep:`484`, which describe this "
"functionality."
msgstr "이 기능을 설명하는 :term:`변수 어노테이션 <variable annotation>` 과 :pep:`484`\\를 참조하세요."
#: ../Doc/glossary.rst:427
msgid "__future__"
msgstr "__future__"
#: ../Doc/glossary.rst:429
msgid ""
"A pseudo-module which programmers can use to enable new language features"
" which are not compatible with the current interpreter."
msgstr "프로그래머가 현재 인터프리터와 호환되지 않는 새 언어 기능들을 활성화할 수 있도록 하는 가상 모듈."
#: ../Doc/glossary.rst:432
msgid ""
"By importing the :mod:`__future__` module and evaluating its variables, "
"you can see when a new feature was first added to the language and when "
"it becomes the default::"
msgstr ""
":mod:`__future__` 모듈을 임포트하고 그 변수들의 값들을 구해서, 새 기능이 언제 처음으로 언어에 추가되었고, 언제부터"
" 그것이 기본이 되는지 볼 수 있습니다::"
#: ../Doc/glossary.rst:439
msgid "garbage collection"
msgstr "garbage collection (가비지 수거)"
#: ../Doc/glossary.rst:441
msgid ""
"The process of freeing memory when it is not used anymore. Python "
"performs garbage collection via reference counting and a cyclic garbage "
"collector that is able to detect and break reference cycles. The garbage"
" collector can be controlled using the :mod:`gc` module."
msgstr ""
"더 사용되지 않는 메모리를 반납하는 절차. 파이썬은 참조 횟수 추적과 참조 순환을 감지하고 끊을 수 있는 순환 가비지 수거기를 통해"
" 가비지 수거를 수행합니다. 가비지 수거기는 :mod:`gc` 모듈을 사용해서 제어할 수 있습니다."
#: ../Doc/glossary.rst:447
msgid "generator"
msgstr "generator (제너레이터)"
#: ../Doc/glossary.rst:449
msgid ""
"A function which returns a :term:`generator iterator`. It looks like a "
"normal function except that it contains :keyword:`yield` expressions for "
"producing a series of values usable in a for-loop or that can be "
"retrieved one at a time with the :func:`next` function."
msgstr ""
":term:`제너레이터 이터레이터 <generator iterator>` 를 돌려주는 함수. 일반 함수처럼 보이는데, 일련의 값들을"
" 만드는 :keyword:`yield` 표현식을 포함한다는 점이 다릅니다. 이 값들은 for-루프로 사용하거나 "
":func:`next` 함수로 한 번에 하나씩 꺼낼 수 있습니다."
#: ../Doc/glossary.rst:454
msgid ""
"Usually refers to a generator function, but may refer to a *generator "
"iterator* in some contexts. In cases where the intended meaning isn't "
"clear, using the full terms avoids ambiguity."
msgstr ""
"보통 제너레이터 함수를 가리키지만, 어떤 문맥에서는 *제너레이터 이터레이터* 를 가리킵니다. 의도하는 의미가 명확하지 않은 경우는,"
" 완전한 용어를 써서 모호함을 없앱니다."
#: ../Doc/glossary.rst:457
msgid "generator iterator"
msgstr "generator iterator (제너레이터 이터레이터)"
#: ../Doc/glossary.rst:459
msgid "An object created by a :term:`generator` function."
msgstr ":term:`제너레이터 <generator>` 함수가 만드는 객체."
#: ../Doc/glossary.rst:461
msgid ""
"Each :keyword:`yield` temporarily suspends processing, remembering the "
"location execution state (including local variables and pending try-"
"statements). When the *generator iterator* resumes, it picks up where it"
" left off (in contrast to functions which start fresh on every "
"invocation)."
msgstr ""
"각 :keyword:`yield`\\는 일시적으로 처리를 중단하고, 그 위치의 (지역 변수들과 대기 중인 try-문들을 포함하는) "
"실행 상태를 기억합니다. *제너레이터 이터레이터* 가 재개되면, 떠난 곳으로 복귀합니다 (호출마다 새로 시작하는 함수와 "
"대비됩니다)."
#: ../Doc/glossary.rst:468
msgid "generator expression"
msgstr "generator expression (제너레이터 표현식)"
#: ../Doc/glossary.rst:470
msgid ""
"An expression that returns an iterator. It looks like a normal "
"expression followed by a :keyword:`!for` clause defining a loop variable,"
" range, and an optional :keyword:`!if` clause. The combined expression "
"generates values for an enclosing function::"
msgstr ""
"이터레이터를 돌려주는 표현식. 루프 변수와 범위를 정의하는 :keyword:`!for` 절과 생략 가능한 :keyword:`!if`"
" 절이 뒤에 붙는 일반 표현식 처럼 보입니다. 결합한 표현식은 둘러싼 함수를 위한 값들을 만들어냅니다::"