@@ -21,7 +21,6 @@ msgid "Sequence Protocol"
21
21
msgstr "시퀀스 프로토콜"
22
22
23
23
#: ../../c-api/sequence.rst:11
24
- #, fuzzy
25
24
msgid ""
26
25
"Return ``1`` if the object provides the sequence protocol, and ``0`` "
27
26
"otherwise. Note that it returns ``1`` for Python classes with a "
@@ -30,9 +29,9 @@ msgid ""
30
29
"keys the class supports. This function always succeeds."
31
30
msgstr ""
32
31
"객체가 시퀀스 프로토콜을 제공하면 ``1``\\ 을 반환하고, 그렇지 않으면 ``0``\\ 을 반환합니다. "
33
- ":meth:`__getitem__` 메서드가 있는 파이썬 클래스의 경우 :class:`dict` 서브 클래스가 아닌 한 "
34
- "``1``\\ 을 반환하는 것에 유의하십시오. 일반적으로 어떤 형의 키를 지원하는지 판단할 수 없기 때문입니다. 이 함수는 항상 "
35
- "성공합니다."
32
+ ":meth:`~object. __getitem__` 메서드가 있는 파이썬 클래스의 경우 :class:`dict` 서브 클래스가 아닌 "
33
+ "한 ``1``\\ 을 반환하는 것에 유의하십시오. 일반적으로 클래스가 어떤 형의 키를 지원하는지 판단할 수 없기 때문입니다. 이 "
34
+ "함수는 항상 성공합니다."
36
35
37
36
#: ../../c-api/sequence.rst:23
38
37
msgid ""
@@ -106,7 +105,6 @@ msgstr ""
106
105
" *않습니다*."
107
106
108
107
#: ../../c-api/sequence.rst:72
109
- #, fuzzy
110
108
msgid ""
111
109
"If *v* is ``NULL``, the element is deleted, but this feature is "
112
110
"deprecated in favour of using :c:func:`PySequence_DelItem`."
@@ -215,7 +213,6 @@ msgid ""
215
213
msgstr "CPython 구현 세부 사항으로, *o*\\ 가 이미 시퀀스나 리스트면, 반환됩니다."
216
214
217
215
#: ../../c-api/sequence.rst:148
218
- #, fuzzy
219
216
msgid ""
220
217
"Returns the length of *o*, assuming that *o* was returned by "
221
218
":c:func:`PySequence_Fast` and that *o* is not ``NULL``. The size can "
0 commit comments