@@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/copyreg.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!copyreg` --- Register :mod:`!pickle` support functions"
22
- msgstr ":mod:`copyreg` --- :mod:`pickle` 지원 함수 등록"
21
+ msgstr ":mod:`! copyreg` --- :mod:`! pickle` 지원 함수 등록"
23
22
24
23
#: ../../library/copyreg.rst:7
25
24
msgid "**Source code:** :source:`Lib/copyreg.py`"
@@ -47,7 +46,6 @@ msgstr ""
47
46
":exc:`TypeError`\\ 가 발생합니다."
48
47
49
48
#: ../../library/copyreg.rst:30
50
- #, fuzzy
51
49
msgid ""
52
50
"Declares that *function* should be used as a \" reduction\" function for "
53
51
"objects of type *type*. *function* must return either a string or a "
@@ -56,7 +54,8 @@ msgid ""
56
54
"of *function*."
57
55
msgstr ""
58
56
"*function*\\ 이 *type* 형의 객체에 대한 \" 환원\" 함수로 사용되어야 한다고 선언합니다. *function*\\ 는 "
59
- "문자열이나 두 개 또는 세 개의 요소를 포함하는 튜플을 반환해야 합니다."
57
+ "문자열이나 2개에서 또는 6개 사이의 요소를 포함하는 튜플을 반환해야 합니다. *function*\\ 의 인터페이스에 대한 자세한 "
58
+ "내용은 :attr:`~pickle.Pickler.dispatch_table`\\ 을 참조하십시오."
60
59
61
60
#: ../../library/copyreg.rst:35
62
61
msgid ""
@@ -65,14 +64,12 @@ msgid ""
65
64
msgstr ""
66
65
67
66
#: ../../library/copyreg.rst:38
68
- #, fuzzy
69
67
msgid ""
70
68
"Note that the :attr:`~pickle.Pickler.dispatch_table` attribute of a "
71
69
"pickler object or subclass of :class:`pickle.Pickler` can also be used "
72
70
"for declaring reduction functions."
73
71
msgstr ""
74
- "*function* 과 *constructor*\\ 에서 기대되는 인터페이스에 대한 자세한 내용은 :mod:`pickle` 모듈을 "
75
- "참조하십시오. 피클러 객체나 :class:`pickle.Pickler`\\ 의 서브 클래스의 "
72
+ "피클러 객체나 :class:`pickle.Pickler`\\ 의 서브 클래스의 "
76
73
":attr:`~pickle.Pickler.dispatch_table` 어트리뷰트도 환원 함수를 선언하는 데 사용될 수 있습니다."
77
74
78
75
#: ../../library/copyreg.rst:43
@@ -97,20 +94,3 @@ msgstr ""
97
94
msgid "copy"
98
95
msgstr ""
99
96
100
- #~ msgid ""
101
- #~ "The optional *constructor* parameter, if "
102
- #~ "provided, is a callable object which "
103
- #~ "can be used to reconstruct the "
104
- #~ "object when called with the tuple "
105
- #~ "of arguments returned by *function* at"
106
- #~ " pickling time. :exc:`TypeError` will be"
107
- #~ " raised if *object* is a class "
108
- #~ "or *constructor* is not callable."
109
- #~ msgstr ""
110
- #~ "선택적 *constructor* 매개 변수가 제공되면, 콜러블 "
111
- #~ "객체이며, 피클 할 때 *function*\\에 의해 반환된"
112
- #~ " 인자의 튜플로 호출될 때 객체를 재구성하는 데 "
113
- #~ "사용할 수 있습니다. *object*\\가 클래스이거나 "
114
- #~ "*constructor*\\가 콜러블이 아니면 :exc:`TypeError`\\가 "
115
- #~ "발생합니다."
116
-
0 commit comments