@@ -17,26 +17,23 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/rlcompleter.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!rlcompleter` --- Completion function for GNU readline"
22
- msgstr ":mod:`rlcompleter` --- GNU readline을 위한 완성 함수"
21
+ msgstr ":mod:`! rlcompleter` --- GNU readline을 위한 완성 함수"
23
22
24
23
#: ../../library/rlcompleter.rst:9
25
24
msgid "**Source code:** :source:`Lib/rlcompleter.py`"
26
25
msgstr "**소스 코드:** :source:`Lib/rlcompleter.py`"
27
26
28
27
#: ../../library/rlcompleter.rst:13
29
- #, fuzzy
30
28
msgid ""
31
29
"The :mod:`!rlcompleter` module defines a completion function suitable to "
32
30
"be passed to :func:`~readline.set_completer` in the :mod:`readline` "
33
31
"module."
34
32
msgstr ""
35
- ":mod:`rlcompleter` 모듈은 유효한 파이썬 식별자와 키워드를 완성함으로써 :mod:`readline` 모듈에 적합한 "
36
- "완성 함수를 정의합니다."
33
+ ":mod:`! rlcompleter` 모듈은 :mod:`readline` 모듈의 "
34
+ ":func:`~readline.set_completer` \\ 로 전달하기에 적합한 완성 함수를 정의합니다."
37
35
38
36
#: ../../library/rlcompleter.rst:16
39
- #, fuzzy
40
37
msgid ""
41
38
"When this module is imported on a Unix platform with the :mod:`readline` "
42
39
"module available, an instance of the :class:`Completer` class is "
@@ -46,8 +43,9 @@ msgid ""
46
43
"<identifiers>`."
47
44
msgstr ""
48
45
":mod:`readline` 모듈을 사용할 수 있는 유닉스 플랫폼에서 이 모듈이 임포트될 때, :class:`Completer` "
49
- "클래스의 인스턴스가 자동으로 만들어지고, :meth:`complete` 메서드가 :mod:`readline` "
50
- "완성기(completer)로 설정됩니다."
46
+ "클래스의 인스턴스가 자동으로 만들어지고, :meth:`~Completer.complete` 메서드가 :ref:`readline "
47
+ "완성기 <readline-completion>`\\ 로 설정됩니다. 이 메서드는 유효한 파이썬 :ref:`식별자외 키워드 "
48
+ "<identifiers>`\\ 의 완성을 제공합니다."
51
49
52
50
#: ../../library/rlcompleter.rst:22
53
51
msgid "Example::"
@@ -66,16 +64,25 @@ msgid ""
66
64
"readline.__name__ readline.parse_and_bind(\n"
67
65
">>> readline."
68
66
msgstr ""
67
+ ">>> import rlcompleter\n"
68
+ ">>> import readline\n"
69
+ ">>> readline.parse_and_bind(\" tab: complete\" )\n"
70
+ ">>> readline. <TAB PRESSED>\n"
71
+ "readline.__doc__ readline.get_line_buffer( "
72
+ "readline.read_init_file(\n"
73
+ "readline.__file__ readline.insert_text( "
74
+ "readline.set_completer(\n"
75
+ "readline.__name__ readline.parse_and_bind(\n"
76
+ ">>> readline."
69
77
70
78
#: ../../library/rlcompleter.rst:33
71
- #, fuzzy
72
79
msgid ""
73
80
"The :mod:`!rlcompleter` module is designed for use with Python's "
74
81
":ref:`interactive mode <tut-interactive>`. Unless Python is run with the"
75
82
" :option:`-S` option, the module is automatically imported and configured"
76
83
" (see :ref:`rlcompleter-config`)."
77
84
msgstr ""
78
- ":mod:`rlcompleter` 모듈은 파이썬의 :ref:`대화형 모드 <tut-interactive>`\\ 와 함께 사용하도록 "
85
+ ":mod:`! rlcompleter` 모듈은 파이썬의 :ref:`대화형 모드 <tut-interactive>`\\ 와 함께 사용하도록 "
79
86
"설계되었습니다. 파이썬이 :option:`-S` 옵션으로 실행되지 않는 한, 모듈은 자동으로 임포트되고 구성됩니다 (:ref"
80
87
":`rlcompleter-config`\\ 를 보세요)."
81
88
@@ -92,9 +99,8 @@ msgid "Completer objects have the following method:"
92
99
msgstr "Completer 객체는 다음과 같은 메서드를 가집니다:"
93
100
94
101
#: ../../library/rlcompleter.rst:50
95
- #, fuzzy
96
102
msgid "Return the next possible completion for *text*."
97
- msgstr "*text*\\ 에 대한 *state* 번째 완성을 반환합니다."
103
+ msgstr "*text*\\ 에 대한 가능한 다음 완성을 반환합니다."
98
104
99
105
#: ../../library/rlcompleter.rst:52
100
106
msgid ""
@@ -113,7 +119,6 @@ msgstr ""
113
119
"키워드(:mod:`keyword` 모듈에서 정의한 대로)에 현재 정의된 이름으로 완성됩니다."
114
120
115
121
#: ../../library/rlcompleter.rst:60
116
- #, fuzzy
117
122
msgid ""
118
123
"If called for a dotted name, it will try to evaluate anything without "
119
124
"obvious side-effects (functions will not be evaluated, but it can "
@@ -122,10 +127,7 @@ msgid ""
122
127
"raised during the evaluation of the expression is caught, silenced and "
123
128
":const:`None` is returned."
124
129
msgstr ""
125
- "점으로 구분된 이름으로 호출하면, 명백한 부작용(함수는 평가되지 않지만 :meth:`__getattr__`\\ 에 대한 호출을 만들 "
126
- "수 있습니다)없이 마지막 부분까지 평가하려고 시도하고, 나머지는 :func:`dir` 함수를 통해 일치하는 것을 찾습니다. 표현식을"
127
- " 평가하는 동안 발생하는 모든 예외는 잡히고, 억제하며 :const:`None`\\ 을 반환합니다."
128
-
129
- #~ msgid "Completer Objects"
130
- #~ msgstr "Completer 객체"
130
+ "점으로 구분된 이름으로 호출하면, 명백한 부작용(함수는 평가되지 않지만 :meth:`~object.__getattr__`\\ 에 대한"
131
+ " 호출을 만들 수 있습니다)없이 마지막 부분까지 평가하려고 시도하고, 나머지는 :func:`dir` 함수를 통해 일치하는 것을 "
132
+ "찾습니다. 표현식을 평가하는 동안 발생하는 모든 예외는 잡히고, 억제하며 :const:`None`\\ 을 반환합니다."
131
133
0 commit comments