-
-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathobject.po
More file actions
781 lines (703 loc) Β· 39.4 KB
/
object.po
File metadata and controls
781 lines (703 loc) Β· 39.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
# 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-10-08 03:37+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Dong-gweon Oh <flowdas@gmail.com>\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"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:6
msgid "Object Protocol"
msgstr "κ°μ²΄ νλ‘ν μ½"
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:11
msgid ""
"The ``NotImplemented`` singleton, used to signal that an operation is not"
" implemented for the given type combination."
msgstr "μ§μ λ ν μ‘°ν©μ λν΄ μ°μ°μ΄ ꡬνλμ§ μμμμ μ리λ λ° μ¬μ©λλ ``NotImplemented`` μ±κΈν€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:17
msgid ""
"Properly handle returning :c:data:`Py_NotImplemented` from within a C "
"function (that is, increment the reference count of NotImplemented and "
"return it)."
msgstr ""
"C ν¨μ λ΄μμ :c:data:`Py_NotImplemented` λ°νμ μ¬λ°λ₯΄κ² μ²λ¦¬ν©λλ€ (μ¦, NotImplementedμ "
"μ°Έμ‘° νμλ₯Ό μ¦κ°μν€κ³ λ°νν©λλ€)."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:24
msgid ""
"Print an object *o*, on file *fp*. Returns ``-1`` on error. The flags "
"argument is used to enable certain printing options. The only option "
"currently supported is :const:`Py_PRINT_RAW`; if given, the :func:`str` "
"of the object is written instead of the :func:`repr`."
msgstr ""
"νμΌ *fp*\\μ κ°μ²΄ *o*\\λ₯Ό μΈμν©λλ€. μλ¬ μ ``-1``\\μ λ°νν©λλ€. flags μΈμλ νΉμ μΈμ μ΅μ
μ "
"νμ±ννλ λ° μ¬μ©λ©λλ€. νμ¬ μ§μλλ μ μΌν μ΅μ
μ :const:`Py_PRINT_RAW`\\μ
λλ€; μ£Όμ΄μ§λ©΄, "
":func:`repr` λμ κ°μ²΄μ :func:`str`\\μ΄ κΈ°λ‘λ©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:32
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:43
msgid ""
"Returns ``1`` if *o* has the attribute *attr_name*, and ``0`` otherwise."
" This is equivalent to the Python expression ``hasattr(o, attr_name)``."
" This function always succeeds."
msgstr ""
"*o*\\μ *attr_name* μ΄νΈλ¦¬λ·°νΈκ° μμΌλ©΄ ``1``\\μ, κ·Έλ μ§ μμΌλ©΄ ``0``\\μ λ°νν©λλ€. μ΄κ²μ νμ΄μ¬ "
"ννμ ``hasattr(o, attr_name)``\\κ³Ό λλ±ν©λλ€. μ΄ ν¨μλ νμ μ±κ³΅ν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:36
msgid ""
"Note that exceptions which occur while calling :meth:`__getattr__` and "
":meth:`__getattribute__` methods will get suppressed. To get error "
"reporting use :c:func:`PyObject_GetAttr()` instead."
msgstr ""
":meth:`__getattr__`\\κ³Ό :meth:`__getattribute__` λ©μλλ₯Ό νΈμΆνλ λμ λ°μνλ μμΈλ "
"μ΅μ λ¨μ μ μνμμμ€. μλ¬ λ³΄κ³ λ₯Ό μ»μΌλ €λ©΄ λμ :c:func:`PyObject_GetAttr()`\\μ μ¬μ©νμμμ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:47
msgid ""
"Note that exceptions which occur while calling :meth:`__getattr__` and "
":meth:`__getattribute__` methods and creating a temporary string object "
"will get suppressed. To get error reporting use "
":c:func:`PyObject_GetAttrString()` instead."
msgstr ""
":meth:`__getattr__`\\κ³Ό :meth:`__getattribute__` λ©μλλ₯Ό νΈμΆνκ³ μμ λ¬Έμμ΄ κ°μ²΄λ₯Ό λ§λλ "
"μ€μ λ°μνλ μμΈλ μ΅μ λ¨μ μ μνμμμ€. μλ¬ λ³΄κ³ λ₯Ό μ»μΌλ €λ©΄ λμ "
":c:func:`PyObject_GetAttrString()`\\μ μ¬μ©νμμμ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:55
msgid ""
"Retrieve an attribute named *attr_name* from object *o*. Returns the "
"attribute value on success, or ``NULL`` on failure. This is the "
"equivalent of the Python expression ``o.attr_name``."
msgstr ""
"κ°μ²΄ *o*\\μμ *attr_name*\\μ΄λΌλ μ΄λ¦μ μ΄νΈλ¦¬λ·°νΈλ₯Ό κ°μ Έμ΅λλ€. μ±κ³΅νλ©΄ μ΄νΈλ¦¬λ·°νΈ κ°μ, μ€ν¨νλ©΄ "
"``NULL``\\μ λ°νν©λλ€. μ΄κ²μ νμ΄μ¬ ννμ ``o.attr_name``\\κ³Ό λλ±ν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:62
msgid ""
"Retrieve an attribute named *attr_name* from object *o*. Returns the "
"attribute value on success, or ``NULL`` on failure. This is the "
"equivalent of the Python expression ``o.attr_name``."
msgstr ""
"κ°μ²΄ *o*\\μμ *attr_name*\\μ΄λΌλ μ΄λ¦μ μ΄νΈλ¦¬λ·°νΈλ₯Ό κ°μ Έμ΅λλ€. μ±κ³΅νλ©΄ μ΄νΈλ¦¬λ·°νΈ κ°μ, μ€ν¨νλ©΄ "
"``NULL``\\μ λ°νν©λλ€. μ΄κ²μ νμ΄μ¬ ννμ ``o.attr_name``\\κ³Ό λλ±ν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:69
msgid ""
"Generic attribute getter function that is meant to be put into a type "
"object's ``tp_getattro`` slot. It looks for a descriptor in the "
"dictionary of classes in the object's MRO as well as an attribute in the "
"object's :attr:`~object.__dict__` (if present). As outlined in "
":ref:`descriptors`, data descriptors take preference over instance "
"attributes, while non-data descriptors don't. Otherwise, an "
":exc:`AttributeError` is raised."
msgstr ""
"ν κ°μ²΄μ ``tp_getattro`` μ¬λ‘―μ λ°°μΉλλ μΌλ° μ΄νΈλ¦¬λ·°νΈ κ²ν°(getter) ν¨μ. κ°μ²΄μ (μλ€λ©΄) "
":attr:`~object.__dict__`\\μ μλ μ΄νΈλ¦¬λ·°νΈλΏλ§ μλλΌ κ°μ²΄μ MROμ μλ ν΄λμ€μ λμ
λ리μ μλ "
"λμ€ν¬λ¦½ν°λ₯Ό μ°Ύμ΅λλ€. :ref:`descriptors`\\μ μμ½λ κ²μ²λΌ, λ°μ΄ν° λμ€ν¬λ¦½ν°λ μΈμ€ν΄μ€ μ΄νΈλ¦¬λ·°νΈλ³΄λ€ "
"μ°μ νμ§λ§, λΉ λ°μ΄ν° λμ€ν¬λ¦½ν°λ κ·Έλ μ§ μμ΅λλ€. κ·Έλ μ§ μμΌλ©΄, :exc:`AttributeError`\\κ° λ°μν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:79
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:90
msgid ""
"Set the value of the attribute named *attr_name*, for object *o*, to the "
"value *v*. Raise an exception and return ``-1`` on failure; return ``0`` "
"on success. This is the equivalent of the Python statement ``o.attr_name"
" = v``."
msgstr ""
"κ°μ²΄ *o*\\μ λν΄, *attr_name*\\μ΄λΌλ μ΄λ¦μ μ΄νΈλ¦¬λ·°νΈ κ°μ *v* κ°μΌλ‘ μ€μ ν©λλ€. μ€ν¨ μ μμΈλ₯Ό λ°μμν€κ³ "
" ``-1``\\μ λ°νν©λλ€. μ±κ³΅νλ©΄ ``0``\\μ λ°νν©λλ€. μ΄κ²μ νμ΄μ¬ λ¬Έμ₯ ``o.attr_name = v``\\μ "
"λλ±ν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:84
msgid ""
"If *v* is ``NULL``, the attribute is deleted, however this feature is "
"deprecated in favour of using :c:func:`PyObject_DelAttr`."
msgstr ""
"*v*\\κ° ``NULL``\\μ΄λ©΄, μ΄νΈλ¦¬λ·°νΈκ° μμ λμ§λ§, μ΄ κΈ°λ₯μ νμ§λμκ³ "
":c:func:`PyObject_DelAttr`\\λ‘ λ체λμμ΅λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:95
msgid ""
"If *v* is ``NULL``, the attribute is deleted, however this feature is "
"deprecated in favour of using :c:func:`PyObject_DelAttrString`."
msgstr ""
"*v*\\κ° ``NULL``\\μ΄λ©΄, μ΄νΈλ¦¬λ·°νΈκ° μμ λμ§λ§, μ΄ κΈ°λ₯μ νμ§λμκ³ "
":c:func:`PyObject_DelAttrString`\\μΌλ‘ λ체λμμ΅λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:101
msgid ""
"Generic attribute setter and deleter function that is meant to be put "
"into a type object's :c:member:`~PyTypeObject.tp_setattro` slot. It "
"looks for a data descriptor in the dictionary of classes in the object's "
"MRO, and if found it takes preference over setting or deleting the "
"attribute in the instance dictionary. Otherwise, the attribute is set or "
"deleted in the object's :attr:`~object.__dict__` (if present). On "
"success, ``0`` is returned, otherwise an :exc:`AttributeError` is raised "
"and ``-1`` is returned."
msgstr ""
"ν κ°μ²΄μ :c:member:`~PyTypeObject.tp_setattro` μ¬λ‘―μ λ°°μΉλλ μΌλ° μ΄νΈλ¦¬λ·°νΈ μΈν°(setter)μ"
" λ리ν°(deleter) ν¨μ. κ°μ²΄μ MROμ μλ ν΄λμ€μ λμ
λ리μμ λ°μ΄ν° λμ€ν¬λ¦½ν°λ₯Ό μ°Ύκ³ , λ°κ²¬λλ©΄ μΈμ€ν΄μ€ λμ
λ리μ "
"μλ μ΄νΈλ¦¬λ·°νΈλ₯Ό μ€μ νκ±°λ μμ νλ κ²λ³΄λ€ μ°μ ν©λλ€. κ·Έλ μ§ μμΌλ©΄, κ°μ²΄μ (μλ€λ©΄) "
":attr:`~object.__dict__`\\μμ μ΄νΈλ¦¬λ·°νΈκ° μ€μ λκ±°λ μμ λ©λλ€. μ±κ³΅νλ©΄ ``0``\\μ΄ λ°νλκ³ , κ·Έλ μ§ "
"μμΌλ©΄ :exc:`AttributeError`\\κ° λ°μνκ³ ``-1``\\μ΄ λ°νλ©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:113
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:119
msgid ""
"Delete attribute named *attr_name*, for object *o*. Returns ``-1`` on "
"failure. This is the equivalent of the Python statement ``del "
"o.attr_name``."
msgstr ""
"κ°μ²΄ *o*\\μ λν΄, *attr_name*\\μ΄λΌλ μ΄λ¦μ μ΄νΈλ¦¬λ·°νΈλ₯Ό μμ ν©λλ€. μ€ν¨ μ ``-1``\\μ λ°νν©λλ€. "
"μ΄κ²μ νμ΄μ¬ λ¬Έμ₯ ``del o.attr_name``\\κ³Ό λλ±ν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:125
msgid ""
"A generic implementation for the getter of a ``__dict__`` descriptor. It "
"creates the dictionary if necessary."
msgstr "``__dict__`` λμ€ν¬λ¦½ν°μ κ²ν°(getter)λ₯Ό μν μΌλ°μ μΈ κ΅¬ν. νμνλ©΄ λμ
λ리λ₯Ό λ§λλλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:133
msgid ""
"A generic implementation for the setter of a ``__dict__`` descriptor. "
"This implementation does not allow the dictionary to be deleted."
msgstr "``__dict__`` λμ€ν¬λ¦½ν°μ μΈν°(setter)λ₯Ό μν μΌλ°μ μΈ κ΅¬ν. μ΄ κ΅¬νμ λμ
λ리 μμ λ₯Ό νλ½νμ§ μμ΅λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:141
msgid ""
"Compare the values of *o1* and *o2* using the operation specified by "
"*opid*, which must be one of :const:`Py_LT`, :const:`Py_LE`, "
":const:`Py_EQ`, :const:`Py_NE`, :const:`Py_GT`, or :const:`Py_GE`, "
"corresponding to ``<``, ``<=``, ``==``, ``!=``, ``>``, or ``>=`` "
"respectively. This is the equivalent of the Python expression ``o1 op "
"o2``, where ``op`` is the operator corresponding to *opid*. Returns the "
"value of the comparison on success, or ``NULL`` on failure."
msgstr ""
"*opid*\\μ μν΄ μ§μ λ μ°μ°μ μ¬μ©νμ¬ *o1*\\κ³Ό *o2*\\μ κ°μ λΉκ΅ν©λλ€. *opid*\\λ "
":const:`Py_LT`, :const:`Py_LE`, :const:`Py_EQ`, :const:`Py_NE`, "
":const:`Py_GT` λλ :const:`Py_GE` μ€ νλμ¬μΌ νκ³ κ°κ° ``<``, ``<=``, ``==``, "
"``!=``, ``>`` λλ ``>=``\\μ ν΄λΉν©λλ€. μ΄λ νμ΄μ¬ ννμ ``o1 op o2``\\μ λλ±ν©λλ€. μ¬κΈ°μ "
"``op``\\λ *opid*\\μ ν΄λΉνλ μ°μ°μμ
λλ€. μ±κ³΅ μ λΉκ΅ κ°μ, μ€ν¨ μ ``NULL``\\μ λ°νν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:151
msgid ""
"Compare the values of *o1* and *o2* using the operation specified by "
"*opid*, which must be one of :const:`Py_LT`, :const:`Py_LE`, "
":const:`Py_EQ`, :const:`Py_NE`, :const:`Py_GT`, or :const:`Py_GE`, "
"corresponding to ``<``, ``<=``, ``==``, ``!=``, ``>``, or ``>=`` "
"respectively. Returns ``-1`` on error, ``0`` if the result is false, "
"``1`` otherwise. This is the equivalent of the Python expression ``o1 op "
"o2``, where ``op`` is the operator corresponding to *opid*."
msgstr ""
"*opid*\\μ μν΄ μ§μ λ μ°μ°μ μ¬μ©νμ¬ *o1*\\κ³Ό *o2*\\μ κ°μ λΉκ΅ν©λλ€. *opid*\\λ "
":const:`Py_LT`, :const:`Py_LE`, :const:`Py_EQ`, :const:`Py_NE`, "
":const:`Py_GT` λλ :const:`Py_GE` μ€ νλμ¬μΌ νκ³ κ°κ° ``<``, ``<=``, ``==``, "
"``!=``, ``>`` λλ ``>=``\\μ ν΄λΉν©λλ€. μλ¬ μ ``-1``\\μ, κ²°κ³Όκ° κ±°μ§μ΄λ©΄ ``0``\\μ, κ·Έλ μ§ "
"μμΌλ©΄ ``1``\\μ λ°νν©λλ€. μ΄λ νμ΄μ¬ ννμ ``o1 op o2``\\μ λλ±ν©λλ€. μ¬κΈ°μ ``op``\\λ "
"*opid*\\μ ν΄λΉνλ μ°μ°μμ
λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:160
msgid ""
"If *o1* and *o2* are the same object, :c:func:`PyObject_RichCompareBool` "
"will always return ``1`` for :const:`Py_EQ` and ``0`` for :const:`Py_NE`."
msgstr ""
"*o1*\\κ³Ό *o2*\\κ° κ°μ κ°μ²΄μ΄λ©΄, :c:func:`PyObject_RichCompareBool` μ νμ "
":const:`Py_EQ`\\μ κ²½μ°λ ``1``\\μ, :const:`Py_NE`\\μ κ²½μ°λ ``0``\\μ λ°νν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:167
msgid ""
"Compute a string representation of object *o*. Returns the string "
"representation on success, ``NULL`` on failure. This is the equivalent "
"of the Python expression ``repr(o)``. Called by the :func:`repr` built-"
"in function."
msgstr ""
"κ°μ²΄ *o*\\μ λ¬Έμμ΄ ννμ κ³μ°ν©λλ€. μ±κ³΅νλ©΄ λ¬Έμμ΄ ννμ, μ€ν¨νλ©΄ ``NULL``\\μ λ°νν©λλ€. μ΄κ²μ νμ΄μ¬ "
"ννμ ``repr(o)``\\μ λλ±ν©λλ€. :func:`repr` λ΄μ₯ ν¨μμ μν΄ νΈμΆλ©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:171
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:195
msgid ""
"This function now includes a debug assertion to help ensure that it does "
"not silently discard an active exception."
msgstr "μ΄ ν¨μμλ μ΄μ λλ²κ·Έ μ΄μμ
μ΄ ν¬ν¨λμ΄ μμ΄ νμ± μμΈλ₯Ό μ‘°μ©ν λ²λ¦¬μ§ μλλ‘ ν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:179
msgid ""
"As :c:func:`PyObject_Repr`, compute a string representation of object "
"*o*, but escape the non-ASCII characters in the string returned by "
":c:func:`PyObject_Repr` with ``\\x``, ``\\u`` or ``\\U`` escapes. This "
"generates a string similar to that returned by :c:func:`PyObject_Repr` in"
" Python 2. Called by the :func:`ascii` built-in function."
msgstr ""
":c:func:`PyObject_Repr`\\μ²λΌ, κ°μ²΄ *o*\\μ λ¬Έμμ΄ ννμ κ³μ°νμ§λ§, ``\\x``, ``\\u`` λλ"
" ``\\U`` μ΄μ€μΌμ΄νλ₯Ό μ¬μ©νμ¬ :c:func:`PyObject_Repr`\\μ΄ λ°νν λ¬Έμμ΄μμ λΉ ASCII λ¬Έμλ₯Ό "
"μ΄μ€μΌμ΄ν ν©λλ€. μ΄κ²μ νμ΄μ¬ 2μμ :c:func:`PyObject_Repr`\\μ μν΄ λ°νλ κ²κ³Ό μ μ¬ν λ¬Έμμ΄μ "
"μμ±ν©λλ€. :func:`ascii` λ΄μ₯ ν¨μμ μν΄ νΈμΆλ©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:190
msgid ""
"Compute a string representation of object *o*. Returns the string "
"representation on success, ``NULL`` on failure. This is the equivalent "
"of the Python expression ``str(o)``. Called by the :func:`str` built-in "
"function and, therefore, by the :func:`print` function."
msgstr ""
"κ°μ²΄ *o*\\μ λ¬Έμμ΄ ννμ κ³μ°ν©λλ€. μ±κ³΅ μ λ¬Έμμ΄ ννμ, μ€ν¨ μ ``NULL``\\μ λ°νν©λλ€. μ΄κ²μ νμ΄μ¬ "
"ννμ ``str(o)``\\μ λλ±ν©λλ€. :func:`str` λ΄μ₯ ν¨μμ μν΄, λ°λΌμ :func:`print` ν¨μμ "
"μν΄μλ νΈμΆλ©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:204
msgid ""
"Compute a bytes representation of object *o*. ``NULL`` is returned on "
"failure and a bytes object on success. This is equivalent to the Python "
"expression ``bytes(o)``, when *o* is not an integer. Unlike "
"``bytes(o)``, a TypeError is raised when *o* is an integer instead of a "
"zero-initialized bytes object."
msgstr ""
"κ°μ²΄ *o*\\μ λ°μ΄νΈμ΄ ννμ κ³μ°ν©λλ€. μ€ν¨νλ©΄ ``NULL``\\μ, μ±κ³΅νλ©΄ λ°μ΄νΈμ΄ κ°μ²΄λ₯Ό λ°νλ©λλ€. μ΄λ "
"*o*\\κ° μ μκ° μλ λ νμ΄μ¬ ννμ ``bytes(o)``\\μ λλ±ν©λλ€. ``bytes(o)``\\μ λ¬λ¦¬, *o*\\κ°"
" μ μμ΄λ©΄ 0μΌλ‘ μ΄κΈ°νλ λ°μ΄νΈμ΄ κ°μ²΄ λμ TypeErrorκ° λ°μν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:213
msgid ""
"Return ``1`` if the class *derived* is identical to or derived from the "
"class *cls*, otherwise return ``0``. In case of an error, return ``-1``."
msgstr ""
"ν΄λμ€ *derived*\\κ° ν΄λμ€ *cls*\\μ λμΌνκ±°λ *cls*\\μμ νμλμμΌλ©΄ ``1``\\μ λ°ννκ³ , κ·Έλ μ§ "
"μμΌλ©΄ ``0``\\μ λ°νν©λλ€. μλ¬κ° λ°μνλ©΄ ``-1``\\μ λ°νν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:216
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:235
msgid ""
"If *cls* is a tuple, the check will be done against every entry in *cls*."
" The result will be ``1`` when at least one of the checks returns ``1``, "
"otherwise it will be ``0``."
msgstr ""
"*cls*\\κ° ννμ΄λ©΄, *cls*\\μ λͺ¨λ νλͺ©μ λν΄ κ²μ¬κ° μνλ©λλ€. μ μ΄λ νλμ κ²μ¬μμ ``1``\\μ λ°ννλ©΄ "
"κ²°κ³Όλ ``1``\\μ΄ λκ³ , κ·Έλ μ§ μμΌλ©΄ ``0``\\μ΄ λ©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:220
msgid ""
"If *cls* has a :meth:`~class.__subclasscheck__` method, it will be called"
" to determine the subclass status as described in :pep:`3119`. "
"Otherwise, *derived* is a subclass of *cls* if it is a direct or indirect"
" subclass, i.e. contained in ``cls.__mro__``."
msgstr ""
"*cls*\\μ :meth:`~class.__subclasscheck__` λ©μλκ° μμΌλ©΄, :pep:`3119`\\μ μ€λͺ
λ λλ‘"
" μλΈ ν΄λμ€ μνλ₯Ό νλ³νκΈ° μν΄ νΈμΆλ©λλ€. κ·Έλ μ§ μμΌλ©΄, *derived*\\κ° μ§μ λλ κ°μ μλΈ ν΄λμ€μΌ λ "
"*cls*\\μ μλΈ ν΄λμ€μ
λλ€, μ¦ ``cls.__mro__``\\μ ν¬ν¨λμ΄ μμ΅λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:225
msgid ""
"Normally only class objects, i.e. instances of :class:`type` or a derived"
" class, are considered classes. However, objects can override this by "
"having a :attr:`__bases__` attribute (which must be a tuple of base "
"classes)."
msgstr ""
"μΌλ°μ μΌλ‘ ν΄λμ€ κ°μ²΄(μ¦ :class:`type`\\μ΄λ νμ ν΄λμ€μ μΈμ€ν΄μ€)λ§ ν΄λμ€λ‘ κ°μ£Όν©λλ€. κ·Έλ¬λ, κ°μ²΄λ "
":attr:`__bases__` μ΄νΈλ¦¬λ·°νΈ(λ² μ΄μ€ ν΄λμ€μ ννμ΄μ΄μΌ ν©λλ€)λ₯Ό κ°μ§μΌλ‘μ¨ μ΄λ₯Ό μ¬μ μν μ μμ΅λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:232
msgid ""
"Return ``1`` if *inst* is an instance of the class *cls* or a subclass of"
" *cls*, or ``0`` if not. On error, returns ``-1`` and sets an exception."
msgstr ""
"*inst*\\κ° *cls* ν΄λμ€λ *cls*\\μ μλΈ ν΄λμ€μ μΈμ€ν΄μ€μ΄λ©΄ ``1``\\μ λ°ννκ³ , κ·Έλ μ§ μμΌλ©΄ "
"``0``\\μ λ°νν©λλ€. μλ¬κ° λ°μνλ©΄ ``-1``\\μ λ°ννκ³ μμΈλ₯Ό μ€μ ν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:239
msgid ""
"If *cls* has a :meth:`~class.__instancecheck__` method, it will be called"
" to determine the subclass status as described in :pep:`3119`. "
"Otherwise, *inst* is an instance of *cls* if its class is a subclass of "
"*cls*."
msgstr ""
"*cls*\\μ :meth:`~class.__instancecheck__` λ©μλκ° μμΌλ©΄, :pep:`3119`\\μ μ€λͺ
λ λλ‘"
" μλΈ ν΄λμ€ μνλ₯Ό νλ³νκΈ° μν΄ νΈμΆλ©λλ€. κ·Έλ μ§ μμΌλ©΄, *inst*\\λ ν΄λΉ ν΄λμ€κ° *cls*\\μ μλΈ ν΄λμ€μΌ λ "
"*cls*\\μ μΈμ€ν΄μ€μ
λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:243
msgid ""
"An instance *inst* can override what is considered its class by having a "
":attr:`__class__` attribute."
msgstr "μΈμ€ν΄μ€ *inst*\\λ :attr:`__class__` μ΄νΈλ¦¬λ·°νΈλ₯Ό κ°μ§μΌλ‘μ¨ ν΄λμ€λ‘ κ°μ£Όνλ κ²μ μ¬μ μν μ μμ΅λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:246
msgid ""
"An object *cls* can override if it is considered a class, and what its "
"base classes are, by having a :attr:`__bases__` attribute (which must be "
"a tuple of base classes)."
msgstr ""
"κ°μ²΄ *cls*\\λ :attr:`__bases__` μ΄νΈλ¦¬λ·°νΈ(λ² μ΄μ€ ν΄λμ€μ ννμ΄μ΄μΌ ν©λλ€)λ₯Ό κ°μ§μΌλ‘μ¨, ν΄λμ€λ‘ "
"κ°μ£Όνλμ§μ λ² μ΄μ€ ν΄λμ€κ° 무μμΈμ§λ₯Ό μ¬μ μν μ μμ΅λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:255
msgid ""
"Compute and return the hash value of an object *o*. On failure, return "
"``-1``. This is the equivalent of the Python expression ``hash(o)``."
msgstr ""
"κ°μ²΄ *o*\\μ ν΄μκ°μ κ³μ°νκ³ λ°νν©λλ€. μ€ν¨νλ©΄ ``-1``\\μ λ°νν©λλ€. μ΄κ²μ νμ΄μ¬ ννμ "
"``hash(o)``\\μ λλ±ν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:258
msgid ""
"The return type is now Py_hash_t. This is a signed integer the same size"
" as Py_ssize_t."
msgstr "λ°ννμ μ΄μ Py_hash_tμ
λλ€. μ΄κ²μ Py_ssize_tμ κ°μ ν¬κΈ°μ λΆνΈ μλ μ μμ
λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:265
msgid ""
"Set a :exc:`TypeError` indicating that ``type(o)`` is not hashable and "
"return ``-1``. This function receives special treatment when stored in a "
"``tp_hash`` slot, allowing a type to explicitly indicate to the "
"interpreter that it is not hashable."
msgstr ""
"``type(o)``\\κ° ν΄μ κ°λ₯νμ§ μμμ λνλ΄λ :exc:`TypeError`\\λ₯Ό μ€μ νκ³ ``-1``\\μ λ°νν©λλ€."
" μ΄ ν¨μλ ``tp_hash`` μ¬λ‘―μ μ μ₯λ λ νΉμν μ²λ°©μ λ°μμ, μΈν°ν리ν°μ νμ΄ ν΄μ κ°λ₯νμ§ μμμ λͺ
μμ μΌλ‘ "
"μ립λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:273
msgid ""
"Returns ``1`` if the object *o* is considered to be true, and ``0`` "
"otherwise. This is equivalent to the Python expression ``not not o``. On"
" failure, return ``-1``."
msgstr ""
"κ°μ²΄ *o*\\λ₯Ό μ°ΈμΌλ‘ κ°μ£Όνλ©΄ ``1``\\μ, κ·Έλ μ§ μμΌλ©΄ ``0``\\μ λ°νν©λλ€. μ΄κ²μ νμ΄μ¬ ννμ ``not "
"not o``\\μ λλ±ν©λλ€. μ€ν¨νλ©΄ ``-1``\\μ λ°νν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:280
msgid ""
"Returns ``0`` if the object *o* is considered to be true, and ``1`` "
"otherwise. This is equivalent to the Python expression ``not o``. On "
"failure, return ``-1``."
msgstr ""
"κ°μ²΄ *o*\\λ₯Ό μ°ΈμΌλ‘ κ°μ£Όνλ©΄ ``0``\\μ, κ·Έλ μ§ μμΌλ©΄ ``1``\\μ λ°νν©λλ€. μ΄κ²μ νμ΄μ¬ ννμ ``not "
"o``\\μ λλ±ν©λλ€. μ€ν¨νλ©΄ ``-1``\\μ λ°νν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:289
msgid ""
"When *o* is non-``NULL``, returns a type object corresponding to the "
"object type of object *o*. On failure, raises :exc:`SystemError` and "
"returns ``NULL``. This is equivalent to the Python expression "
"``type(o)``. This function increments the reference count of the return "
"value. There's really no reason to use this function instead of the "
"common expression ``o->ob_type``, which returns a pointer of type "
":c:type:`PyTypeObject*`, except when the incremented reference count is "
"needed."
msgstr ""
"*o*\\κ° ``NULL``\\μ΄ μλλ©΄, κ°μ²΄ *o*\\μ κ°μ²΄ νμ ν΄λΉνλ ν κ°μ²΄λ₯Ό λ°νν©λλ€. μ€ν¨νλ©΄ "
":exc:`SystemError`\\λ₯Ό λ°μμν€κ³ ``NULL``\\μ λ°νν©λλ€. μ΄κ²μ νμ΄μ¬ ννμ ``type(o)``\\μ"
" λλ±ν©λλ€. μ΄ ν¨μλ λ°ν κ°μ μ°Έμ‘° νμλ₯Ό μ¦κ°μν΅λλ€. μ¦κ°ν μ°Έμ‘° νμκ° νμν λλ₯Ό μ μΈνκ³ , "
":c:type:`PyTypeObject*` νμ ν¬μΈν°λ₯Ό λ°ννλ κ³΅ν΅ ννμ ``o->ob_type`` λμ μ΄ ν¨μλ₯Ό μ¬μ©ν "
"μ΄μ κ° μμ΅λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:300
msgid ""
"Return true if the object *o* is of type *type* or a subtype of *type*. "
"Both parameters must be non-``NULL``."
msgstr ""
"κ°μ²΄ *o*\\κ° *type* νμ΄κ±°λ *type*\\μ μλΈ νμ΄λ©΄ μ°Έμ λ°νν©λλ€. λ λ§€κ° λ³μ λͺ¨λ ``NULL``\\μ΄ "
"μλμ΄μΌ ν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:309
msgid ""
"Return the length of object *o*. If the object *o* provides either the "
"sequence and mapping protocols, the sequence length is returned. On "
"error, ``-1`` is returned. This is the equivalent to the Python "
"expression ``len(o)``."
msgstr ""
"κ°μ²΄ *o*\\μ κΈΈμ΄λ₯Ό λ°νν©λλ€. κ°μ²΄ *o*\\κ° μνμ€μ λ§€ν νλ‘ν μ½μ μ 곡νλ©΄, μνμ€ κΈΈμ΄κ° λ°νλ©λλ€. μλ¬κ° "
"λ°μνλ©΄ ``-1``\\μ΄ λ°νλ©λλ€. μ΄κ²μ νμ΄μ¬ ννμ ``len(o)``\\μ λλ±ν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:316
msgid ""
"Return an estimated length for the object *o*. First try to return its "
"actual length, then an estimate using :meth:`~object.__length_hint__`, "
"and finally return the default value. On error return ``-1``. This is the"
" equivalent to the Python expression ``operator.length_hint(o, "
"default)``."
msgstr ""
"*o* κ°μ²΄μ μΆμ λ κΈΈμ΄λ₯Ό λ°νν©λλ€. λ¨Όμ μ€μ κΈΈμ΄λ₯Ό λ°ννλ €κ³ μλν λ€μ, "
":meth:`~object.__length_hint__`\\λ₯Ό μ¬μ©νμ¬ μΆμ κ°μ λ°ννκ³ , λ§μ§λ§μΌλ‘ κΈ°λ³Έκ°μ λ°νν©λλ€. μλ¬ μ"
" ``-1``\\μ λ°νν©λλ€. μ΄κ²μ νμ΄μ¬ ννμ ``operator.length_hint(o, default)``\\μ "
"λλ±ν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:326
msgid ""
"Return element of *o* corresponding to the object *key* or ``NULL`` on "
"failure. This is the equivalent of the Python expression ``o[key]``."
msgstr ""
"κ°μ²΄ *key*\\μ ν΄λΉνλ *o*\\μ μμλ₯Ό λ°ννκ±°λ μ€ν¨ μ ``NULL``\\μ λ°νν©λλ€. μ΄κ²μ νμ΄μ¬ ννμ "
"``o[key]``\\μ λλ±ν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:332
msgid ""
"Map the object *key* to the value *v*. Raise an exception and return "
"``-1`` on failure; return ``0`` on success. This is the equivalent of "
"the Python statement ``o[key] = v``. This function *does not* steal a "
"reference to *v*."
msgstr ""
"κ°μ²΄ *key*\\λ₯Ό κ° *v*\\μ λ§€νν©λλ€. μ€ν¨ μ μμΈλ₯Ό λ°μμν€κ³ ``-1``\\μ λ°νν©λλ€; μ±κ³΅νλ©΄ ``0``\\μ"
" λ°νν©λλ€. μ΄κ²μ νμ΄μ¬ λ¬Έμ₯ ``o[key] = v``\\μ λλ±ν©λλ€. μ΄ ν¨μλ *v*\\μ λν μ°Έμ‘°λ₯Ό νμΉμ§ "
"*μμ΅λλ€*."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:340
msgid ""
"Remove the mapping for the object *key* from the object *o*. Return "
"``-1`` on failure. This is equivalent to the Python statement ``del "
"o[key]``."
msgstr ""
"κ°μ²΄ *o*\\μμ κ°μ²΄ *key*\\μ λν λ§€νμ μ κ±°ν©λλ€. μ€ν¨νλ©΄ ``-1``\\μ λ°νν©λλ€. μ΄κ²μ νμ΄μ¬ λ¬Έμ₯ "
"``del o[key]``\\μ λλ±ν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:346
msgid ""
"This is equivalent to the Python expression ``dir(o)``, returning a "
"(possibly empty) list of strings appropriate for the object argument, or "
"``NULL`` if there was an error. If the argument is ``NULL``, this is "
"like the Python ``dir()``, returning the names of the current locals; in "
"this case, if no execution frame is active then ``NULL`` is returned but "
":c:func:`PyErr_Occurred` will return false."
msgstr ""
"μ΄κ²μ νμ΄μ¬ ννμ ``dir(o)``\\μ λλ±νλ©°, κ°μ²΄ μΈμμ μ ν©ν λ¬Έμμ΄μ (λΉμ΄μμ μ μλ) 리μ€νΈλ₯Ό λ°ννκ±°λ, "
"μλ¬κ° μμΌλ©΄ ``NULL``\\μ λ°νν©λλ€. μΈμκ° ``NULL``\\μ΄λ©΄, νμ΄μ¬ ``dir()``\\κ³Ό λΉμ·νλ©°, νμ¬ "
"μ§μ(locals)μ μ΄λ¦λ€μ λ°νν©λλ€; μ΄ κ²½μ°, μ€ν νλ μμ΄ νμ±νλμ΄ μμ§ μμΌλ©΄ ``NULL``\\μ΄ λ°νλμ§λ§ "
":c:func:`PyErr_Occurred`\\λ κ±°μ§μ λ°νν©λλ€."
#: /Users/flowdas/works/docs/python-docs-ko/src/Doc/c-api/object.rst:355
msgid ""
"This is equivalent to the Python expression ``iter(o)``. It returns a new"
" iterator for the object argument, or the object itself if the object is"
" already an iterator. Raises :exc:`TypeError` and returns ``NULL`` if "
"the object cannot be iterated."
msgstr ""
"μ΄κ²μ νμ΄μ¬ ννμ ``iter(o)``\\μ λλ±ν©λλ€. κ°μ²΄ μΈμμ λν μλ‘μ΄ μ΄ν°λ μ΄ν°λ₯Ό λ°ννκ±°λ, κ°μ²΄κ° μ΄λ―Έ "
"μ΄ν°λ μ΄ν°μ΄λ©΄ κ°μ²΄ μ체λ₯Ό λ°νν©λλ€. κ°μ²΄λ₯Ό μ΄ν°λ μ΄νΈ ν μ μμΌλ©΄ :exc:`TypeError`\\λ₯Ό λ°μμν€κ³ "
"``NULL``\\μ λ°νν©λλ€."
#~ msgid ""
#~ "Determine if the object *o* is "
#~ "callable. Return ``1`` if the object"
#~ " is callable and ``0`` otherwise. "
#~ "This function always succeeds."
#~ msgstr ""
#~ "κ°μ²΄ *o*\\κ° μ½λ¬λΈμΈμ§ νλ³ν©λλ€. κ°μ²΄κ° μ½λ¬λΈμ΄λ©΄ "
#~ "``1``\\μ, κ·Έλ μ§ μμΌλ©΄ ``0``\\μ λ°νν©λλ€. μ΄ "
#~ "ν¨μλ νμ μ±κ³΅ν©λλ€."
#~ msgid ""
#~ "Call a callable Python object "
#~ "*callable*, with arguments given by the"
#~ " tuple *args*, and named arguments "
#~ "given by the dictionary *kwargs*."
#~ msgstr ""
#~ "νν *args*\\λ‘ μ 곡λ μΈμμ λμ
λ리 *kwargs*\\λ‘"
#~ " μ 곡λ μ΄λ¦μλ μΈμλ‘ μ½λ¬λΈ νμ΄μ¬ κ°μ²΄ "
#~ "*callable*\\μ νΈμΆν©λλ€."
#~ msgid ""
#~ "*args* must not be ``NULL``, use "
#~ "an empty tuple if no arguments are"
#~ " needed. If no named arguments are"
#~ " needed, *kwargs* can be ``NULL``."
#~ msgstr ""
#~ "*args*\\λ ``NULL``\\μ΄ μλμ΄μΌ ν©λλ€, μΈμκ° νμνμ§"
#~ " μμΌλ©΄ λΉ ννμ μ¬μ©νμμμ€. μ΄λ¦μλ μΈμκ° "
#~ "νμνμ§ μμΌλ©΄, *kwargs*\\λ ``NULL``\\μΌ μ "
#~ "μμ΅λλ€."
#~ msgid ""
#~ "Return the result of the call on"
#~ " success, or raise an exception and"
#~ " return ``NULL`` on failure."
#~ msgstr "μ±κ³΅νλ©΄ νΈμΆ κ²°κ³Όλ₯Ό λ°ννκ³ , μ€ν¨νλ©΄ μμΈλ₯Ό λ°μμν€κ³ ``NULL``\\μ λ°νν©λλ€."
#~ msgid ""
#~ "This is the equivalent of the "
#~ "Python expression: ``callable(*args, **kwargs)``."
#~ msgstr "μ΄κ²μ νμ΄μ¬ ννμ ``callable(*args, **kwargs)``\\μ λλ±ν©λλ€."
#~ msgid ""
#~ "Call a callable Python object "
#~ "*callable*, with arguments given by the"
#~ " tuple *args*. If no arguments are"
#~ " needed, then *args* can be ``NULL``."
#~ msgstr ""
#~ "νν *args*\\λ‘ μ 곡λ μΈμλ‘ μ½λ¬λΈ νμ΄μ¬ κ°μ²΄"
#~ " *callable*\\μ νΈμΆν©λλ€. μΈμκ° νμνμ§ μμΌλ©΄, "
#~ "*args*\\λ ``NULL``\\μΌ μ μμ΅λλ€."
#~ msgid "This is the equivalent of the Python expression: ``callable(*args)``."
#~ msgstr "μ΄κ²μ νμ΄μ¬ ννμ ``callable(*args)``\\μ λλ±ν©λλ€."
#~ msgid ""
#~ "Call a callable Python object "
#~ "*callable*, with a variable number of"
#~ " C arguments. The C arguments are "
#~ "described using a :c:func:`Py_BuildValue` "
#~ "style format string. The format can "
#~ "be ``NULL``, indicating that no "
#~ "arguments are provided."
#~ msgstr ""
#~ "κ°λ³ κ°μμ C μΈμλ‘ μ½λ¬λΈ νμ΄μ¬ κ°μ²΄ "
#~ "*callable*\\μ νΈμΆν©λλ€. C μΈμλ "
#~ ":c:func:`Py_BuildValue` μ€νμΌ ν¬λ§· λ¬Έμμ΄μ μ¬μ©νμ¬ "
#~ "κΈ°μ λ©λλ€. formatμ ``NULL``\\μΌ μ μμΌλ©°, μΈμκ°"
#~ " μ 곡λμ§ μμμμ λνλ
λλ€."
#~ msgid ""
#~ "Note that if you only pass "
#~ ":c:type:`PyObject *` args, "
#~ ":c:func:`PyObject_CallFunctionObjArgs` is a faster"
#~ " alternative."
#~ msgstr ""
#~ ":c:type:`PyObject \\*` args λ§ μ λ¬νλ€λ©΄, "
#~ ":c:func:`PyObject_CallFunctionObjArgs` κ° λ λΉ λ₯Έ "
#~ "λμμμ μ μνμμμ€."
#~ msgid "The type of *format* was changed from ``char *``."
#~ msgstr "*format*\\μ νμ΄ ``char *``\\μμ λ³κ²½λμμ΅λλ€."
#~ msgid ""
#~ "Call the method named *name* of "
#~ "object *obj* with a variable number "
#~ "of C arguments. The C arguments "
#~ "are described by a :c:func:`Py_BuildValue` "
#~ "format string that should produce a "
#~ "tuple."
#~ msgstr ""
#~ "κ°λ³ κ°μμ C μΈμλ‘ κ°μ²΄ *obj*\\μ "
#~ "*name*\\μ΄λΌλ λ©μλλ₯Ό νΈμΆν©λλ€. C μΈμλ ννμ "
#~ "μμ±ν΄μΌ νλ :c:func:`Py_BuildValue` ν¬λ§· λ¬Έμμ΄λ‘ "
#~ "κΈ°μ λ©λλ€."
#~ msgid "The format can be ``NULL``, indicating that no arguments are provided."
#~ msgstr "formatμ ``NULL``\\μΌ μ μμΌλ©°, μΈμκ° μ 곡λμ§ μμμμ λνλ
λλ€."
#~ msgid ""
#~ "This is the equivalent of the "
#~ "Python expression: ``obj.name(arg1, arg2, "
#~ "...)``."
#~ msgstr "μ΄κ²μ νμ΄μ¬ ννμ ``obj.name(arg1, arg2, ...)``\\μ λλ±ν©λλ€."
#~ msgid ""
#~ "Note that if you only pass "
#~ ":c:type:`PyObject *` args, "
#~ ":c:func:`PyObject_CallMethodObjArgs` is a faster "
#~ "alternative."
#~ msgstr ""
#~ ":c:type:`PyObject \\*` args λ§ μ λ¬νλ€λ©΄, "
#~ ":c:func:`PyObject_CallMethodObjArgs` κ° λ λΉ λ₯Έ "
#~ "λμμμ μ μνμμμ€."
#~ msgid "The types of *name* and *format* were changed from ``char *``."
#~ msgstr "*name*\\κ³Ό *format*\\μ νμ΄ ``char *``\\μμ λ³κ²½λμμ΅λλ€."
#~ msgid ""
#~ "Call a callable Python object "
#~ "*callable*, with a variable number of"
#~ " :c:type:`PyObject*` arguments. The arguments"
#~ " are provided as a variable number"
#~ " of parameters followed by ``NULL``."
#~ msgstr ""
#~ "κ°λ³ κ°μμ :c:type:`PyObject\\*` μΈμλ‘ μ½λ¬λΈ νμ΄μ¬"
#~ " κ°μ²΄ *callable*\\μ νΈμΆν©λλ€. μΈμλ ``NULL``\\λ‘"
#~ " λλλ κ°λ³ κ°μμ λ§€κ° λ³μλ‘ μ 곡λ©λλ€."
#~ msgid ""
#~ "This is the equivalent of the "
#~ "Python expression: ``callable(arg1, arg2, "
#~ "...)``."
#~ msgstr "μ΄κ²μ νμ΄μ¬ ννμ ``callable(arg1, arg2, ...)``\\μ λλ±ν©λλ€."
#~ msgid ""
#~ "Calls a method of the Python "
#~ "object *obj*, where the name of "
#~ "the method is given as a Python"
#~ " string object in *name*. It is "
#~ "called with a variable number of "
#~ ":c:type:`PyObject*` arguments. The arguments "
#~ "are provided as a variable number "
#~ "of parameters followed by ``NULL``."
#~ msgstr ""
#~ "νμ΄μ¬ κ°μ²΄ *obj*\\μ λ©μλλ₯Ό νΈμΆν©λλ€. μ¬κΈ°μ "
#~ "λ©μλ μ΄λ¦μ *name*\\μμ νμ΄μ¬ λ¬Έμμ΄ κ°μ²΄λ‘ "
#~ "μ 곡λ©λλ€. κ°λ³ κ°μ :c:type:`PyObject\\*` μΈμλ‘ "
#~ "νΈμΆλ©λλ€. μΈμλ ``NULL``\\λ‘ λλλ κ°λ³ κ°μμ "
#~ "λ§€κ° λ³μλ‘ μ 곡λ©λλ€."
#~ msgid ""
#~ "Call a callable Python object "
#~ "*callable*, using :c:data:`vectorcall "
#~ "<PyTypeObject.tp_vectorcall_offset>` if possible."
#~ msgstr ""
#~ "κ°λ₯νλ©΄ :c:data:`벑ν°μ½ <PyTypeObject.tp_vectorcall_offset>`\\μ"
#~ " μ¬μ©νμ¬, μ½λ¬λΈ νμ΄μ¬ κ°μ²΄ *callable*\\μ "
#~ "νΈμΆν©λλ€."
#~ msgid "*args* is a C array with the positional arguments."
#~ msgstr "*args*\\λ μμΉ μΈμκ° μλ C λ°°μ΄μ
λλ€."
#~ msgid ""
#~ "*nargsf* is the number of positional "
#~ "arguments plus optionally the flag "
#~ ":const:`PY_VECTORCALL_ARGUMENTS_OFFSET` (see below). "
#~ "To get actual number of arguments, "
#~ "use :c:func:`PyVectorcall_NARGS(nargsf) "
#~ "<PyVectorcall_NARGS>`."
#~ msgstr ""
#~ "*nargsf*\\λ μμΉ μΈμμ μμ μ νμ μΈ νλκ·Έ "
#~ ":const:`PY_VECTORCALL_ARGUMENTS_OFFSET`\\μ
λλ€ (μλλ₯Ό μ°Έμ‘°νμμμ€)."
#~ " μ€μ μΈμμ κ°μλ₯Ό μ»μΌλ €λ©΄, "
#~ ":c:func:`PyVectorcall_NARGS(nargsf) <PyVectorcall_NARGS>`\\λ₯Ό "
#~ "μ¬μ©νμμμ€."
#~ msgid ""
#~ "*kwnames* can be either ``NULL`` (no "
#~ "keyword arguments) or a tuple of "
#~ "keyword names. In the latter case, "
#~ "the values of the keyword arguments "
#~ "are stored in *args* after the "
#~ "positional arguments. The number of "
#~ "keyword arguments does not influence "
#~ "*nargsf*."
#~ msgstr ""
#~ "*kwnames*\\λ ``NULL``\\(ν€μλ μΈμ μμ)μ΄λ ν€μλ "
#~ "μ΄λ¦μ ννμΌ μ μμ΅λλ€. νμμ κ²½μ°, ν€μλ "
#~ "μΈμμ κ°μ μμΉ μΈμ λ€μμ *args*\\μ μ μ₯λ©λλ€."
#~ " ν€μλ μΈμμ μλ *nargsf*\\μ μν₯μ λ―ΈμΉμ§ "
#~ "μμ΅λλ€."
#~ msgid ""
#~ "*kwnames* must contain only objects of"
#~ " type ``str`` (not a subclass), and"
#~ " all keys must be unique."
#~ msgstr "*kwnames*\\λ ``str`` ν(μλΈ ν΄λμ€λ μλλλ€)μ κ°μ²΄λ§ ν¬ν¨ν΄μΌ νλ©°, λͺ¨λ ν€λ κ³ μ ν΄μΌ ν©λλ€."
#~ msgid ""
#~ "This uses the vectorcall protocol if "
#~ "the callable supports it; otherwise, the"
#~ " arguments are converted to use "
#~ ":c:member:`~PyTypeObject.tp_call`."
#~ msgstr ""
#~ "callableμ΄ μ§μνλ€λ©΄ 벑ν°μ½ νλ‘ν μ½μ μ¬μ©ν©λλ€; κ·Έλ μ§ "
#~ "μμΌλ©΄, μΈμλ :c:member:`~PyTypeObject.tp_call`\\μ μ¬μ©νλλ‘"
#~ " λ³νλ©λλ€."
#~ msgid ""
#~ "This function is provisional and "
#~ "expected to become public in Python "
#~ "3.9, with a different name and, "
#~ "possibly, changed semantics. If you use"
#~ " the function, plan for updating your"
#~ " code for Python 3.9."
#~ msgstr ""
#~ "μ΄ ν¨μλ μ μ μ μ΄λ©° νμ΄μ¬ 3.9μμ λ€λ₯Έ μ΄λ¦μΌλ‘ "
#~ "λ³κ²½λκ³ μ΄μ©λ©΄ μλ―Έλ λ³κ²½λμ΄ κ³΅κ°λ μμ μ
λλ€. μ΄ "
#~ "ν¨μλ₯Ό μ¬μ©νλ€λ©΄, νμ΄μ¬ 3.9λ₯Ό μν΄ μ½λλ₯Ό λ³κ²½ν "
#~ "μ€λΉλ₯Ό νμμμ€."
#~ msgid ""
#~ "If set in a vectorcall *nargsf* "
#~ "argument, the callee is allowed to "
#~ "temporarily change ``args[-1]``. In other "
#~ "words, *args* points to argument 1 "
#~ "(not 0) in the allocated vector. "
#~ "The callee must restore the value "
#~ "of ``args[-1]`` before returning."
#~ msgstr ""
#~ "벑ν°μ½ *nargsf* μΈμμ μ€μ λλ©΄, νΌνΈμΆμλ μΌμμ μΌλ‘ "
#~ "``args[-1]``\\μ λ³κ²½ν μ μμ΅λλ€. μ¦, *args*\\λ"
#~ " ν λΉλ 벑ν°μμ μΈμ 1(0μ΄ μλλλ€)μ κ°λ¦¬ν΅λλ€. "
#~ "νΌνΈμΆμλ λ°ννκΈ° μ μ ``args[-1]`` κ°μ 볡μν΄μΌ "
#~ "ν©λλ€."
#~ msgid ""
#~ "Whenever they can do so cheaply "
#~ "(without additional allocation), callers are"
#~ " encouraged to use "
#~ ":const:`PY_VECTORCALL_ARGUMENTS_OFFSET`. Doing so "
#~ "will allow callables such as bound "
#~ "methods to make their onward calls "
#~ "(which include a prepended *self* "
#~ "argument) cheaply."
#~ msgstr ""
#~ "(μΆκ° ν λΉ μμ΄) μ λ ΄νκ² ν μ μμ λλ§λ€,"
#~ " νΈμΆμλ :const:`PY_VECTORCALL_ARGUMENTS_OFFSET`\\μ μ¬μ©νλ"
#~ " κ²μ΄ μ’μ΅λλ€. μ΄λ κ² νλ©΄ μ°κ²°λ λ©μλμ κ°μ"
#~ " μ½λ¬λΈ νλͺ©μ΄ μ ν νΈμΆ(*self* μΈμλ₯Ό μμ "
#~ "λΆμ΄λ κ²μ ν¬ν¨ν©λλ€)μ μ λ ΄νκ² λ§λ€ μ μμ΅λλ€."
#~ msgid ""
#~ "Given a vectorcall *nargsf* argument, "
#~ "return the actual number of arguments."
#~ " Currently equivalent to ``nargsf & "
#~ "~PY_VECTORCALL_ARGUMENTS_OFFSET``."
#~ msgstr ""
#~ "μ£Όμ΄μ§ 벑ν°μ½ *nargsf* μΈμμμ μ€μ μΈμ μλ₯Ό "
#~ "λ°νν©λλ€. νμ¬ ``nargsf & "
#~ "~PY_VECTORCALL_ARGUMENTS_OFFSET``\\κ³Ό λλ±ν©λλ€."
#~ msgid ""
#~ "Same as :c:func:`_PyObject_Vectorcall` except "
#~ "that the keyword arguments are passed"
#~ " as a dictionary in *kwdict*. This"
#~ " may be ``NULL`` if there are "
#~ "no keyword arguments."
#~ msgstr ""
#~ "ν€μλ μΈμκ° *kwdict* λμ
λλ¦¬λ‘ μ λ¬λλ€λ μ μ "
#~ "μ μΈνκ³ λ :c:func:`_PyObject_Vectorcall`\\κ³Ό κ°μ΅λλ€. ν€μλ"
#~ " μΈμκ° μμΌλ©΄ *kwdict*\\λ ``NULL``\\μΌ μ "
#~ "μμ΅λλ€."
#~ msgid ""
#~ "For callables supporting :c:data:`vectorcall "
#~ "<PyTypeObject.tp_vectorcall_offset>`, the arguments "
#~ "are internally converted to the "
#~ "vectorcall convention. Therefore, this "
#~ "function adds some overhead compared to"
#~ " :c:func:`_PyObject_Vectorcall`. It should only"
#~ " be used if the caller already "
#~ "has a dictionary ready to use."
#~ msgstr ""
#~ ":c:data:`벑ν°μ½ <PyTypeObject.tp_vectorcall_offset>`\\μ μ§μνλ"
#~ " μ½λ¬λΈμ κ²½μ°, μΈμλ λ΄λΆμ μΌλ‘ 벑ν°μ½ κ·μΉμΌλ‘ "
#~ "λ³νλ©λλ€. λ°λΌμ, μ΄ ν¨μλ "
#~ ":c:func:`_PyObject_Vectorcall`\\μ λΉν΄ μ½κ°μ μ€λ²ν€λλ₯Ό "
#~ "μΆκ°ν©λλ€. νΈμΆμμκ² μ΄λ―Έ μ¬μ©ν μ€λΉκ° λ λμ
λ리κ°"
#~ " μμ λλ§ μ¬μ©ν΄μΌ ν©λλ€."