@@ -31,26 +31,22 @@ msgstr ""
31
31
"간단한 참조 객체이며, 두 번째는 가능한 한 원래 객체의 프락시 역할을 합니다."
32
32
33
33
#: ../../c-api/weakref.rst:16
34
- #, fuzzy
35
34
msgid ""
36
35
"Return non-zero if *ob* is either a reference or proxy object. This "
37
36
"function always succeeds."
38
- msgstr "*ob*\\ 가 참조 객체나 프락시 객체면 참을 반환합니다. 이 함수는 항상 성공합니다."
37
+ msgstr "*ob*\\ 가 참조 객체나 프락시 객체면 0이 아닌 값을 반환합니다. 이 함수는 항상 성공합니다."
39
38
40
39
#: ../../c-api/weakref.rst:22
41
- #, fuzzy
42
40
msgid ""
43
41
"Return non-zero if *ob* is a reference object. This function always "
44
42
"succeeds."
45
- msgstr "*ob*\\ 가 참조 객체면 참을 반환합니다. 이 함수는 항상 성공합니다."
43
+ msgstr "*ob*\\ 가 참조 객체면 0이 아닌 값을 반환합니다. 이 함수는 항상 성공합니다."
46
44
47
45
#: ../../c-api/weakref.rst:27
48
- #, fuzzy
49
46
msgid "Return non-zero if *ob* is a proxy object. This function always succeeds."
50
- msgstr "*ob*\\ 가 프락시 객체면 참을 반환합니다. 이 함수는 항상 성공합니다."
47
+ msgstr "*ob*\\ 가 프락시 객체면 0이 아닌 값을 반환합니다. 이 함수는 항상 성공합니다."
51
48
52
49
#: ../../c-api/weakref.rst:32
53
- #, fuzzy
54
50
msgid ""
55
51
"Return a weak reference object for the object *ob*. This will always "
56
52
"return a new reference, but is not guaranteed to create a new object; an "
@@ -70,7 +66,6 @@ msgstr ""
70
66
":exc:`TypeError`\\ 를 발생시킵니다."
71
67
72
68
#: ../../c-api/weakref.rst:44
73
- #, fuzzy
74
69
msgid ""
75
70
"Return a weak reference proxy object for the object *ob*. This will "
76
71
"always return a new reference, but is not guaranteed to create a new "
@@ -110,32 +105,32 @@ msgid "On error, raise an exception and return -1."
110
105
msgstr ""
111
106
112
107
#: ../../c-api/weakref.rst:69
113
- #, fuzzy
114
108
msgid ""
115
109
"Return a :term:`borrowed reference` to the referenced object from a weak "
116
110
"reference, *ref*. If the referent is no longer live, returns "
117
111
"``Py_None``."
118
- msgstr "약한 참조(*ref*)로부터 참조된 객체를 반환합니다. 참조가 더는 살아있지 않으면, :const:`Py_None`\\ 을 반환합니다."
112
+ msgstr ""
113
+ "약한 참조(*ref*)로부터 참조된 객체에 대한 :term:`빌린 참조 <borrowed reference>`\\ 를 반환합니다. "
114
+ "참조가 더는 살아있지 않으면, ``Py_None``\\ 을 반환합니다."
119
115
120
116
#: ../../c-api/weakref.rst:74
121
- #, fuzzy
122
117
msgid ""
123
118
"This function returns a :term:`borrowed reference` to the referenced "
124
119
"object. This means that you should always call :c:func:`Py_INCREF` on the"
125
120
" object except when it cannot be destroyed before the last usage of the "
126
121
"borrowed reference."
127
122
msgstr ""
128
- "이 함수는 참조된 객체에 대한 **빌린 참조**\\ 를 반환합니다. 이는 객체를 계속 사용하는 동안 객체가 파괴될 수 없음을 알고 "
129
- "있을 때를 제외하고, 객체에 대해 항상 :c:func:`Py_INCREF`\\ 를 호출해야 함을 뜻합니다."
123
+ "이 함수는 참조된 객체에 대한 :term:`빌린 참조 <borrowed reference>`\\ 를 반환합니다. 이는 빌린 참조의 "
124
+ "마지막 사용 전에 파괴될 수 없을 때를 제외하고, 객체에 대해 항상 :c:func:`Py_INCREF`\\ 를 호출해야 함을 "
125
+ "뜻합니다."
130
126
131
127
#: ../../c-api/weakref.rst:79 ../../c-api/weakref.rst:87
132
128
msgid "Use :c:func:`PyWeakref_GetRef` instead."
133
- msgstr ""
129
+ msgstr "대신 :c:func:`PyWeakref_GetRef` \\ 를 사용하십시오. "
134
130
135
131
#: ../../c-api/weakref.rst:85
136
- #, fuzzy
137
132
msgid "Similar to :c:func:`PyWeakref_GetObject`, but does no error checking."
138
- msgstr ":c:func:`PyWeakref_GetObject`\\ 와 유사하지만, 에러 검사를 수행하지 않는 매크로로 구현됩니다 ."
133
+ msgstr ":c:func:`PyWeakref_GetObject`\\ 와 유사하지만, 에러 검사를 수행하지 않습니다 ."
139
134
140
135
#: ../../c-api/weakref.rst:93
141
136
msgid ""
0 commit comments