@@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/codeop.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!codeop` --- Compile Python code"
22
- msgstr ":mod:`codeop` --- 파이썬 코드 컴파일"
21
+ msgstr ":mod:`! codeop` --- 파이썬 코드 컴파일"
23
22
24
23
#: ../../library/codeop.rst:10
25
24
msgid "**Source code:** :source:`Lib/codeop.py`"
@@ -42,7 +41,6 @@ msgid "There are two parts to this job:"
42
41
msgstr "이 작업에는 두 가지 부분이 있습니다:"
43
42
44
43
#: ../../library/codeop.rst:22
45
- #, fuzzy
46
44
msgid ""
47
45
"Being able to tell if a line of input completes a Python statement: in "
48
46
"short, telling whether to print '``>>>``' or '``...``' next."
@@ -51,7 +49,6 @@ msgstr ""
51
49
"알려주기."
52
50
53
51
#: ../../library/codeop.rst:25
54
- #, fuzzy
55
52
msgid ""
56
53
"Remembering which future statements the user has entered, so subsequent "
57
54
"input can be compiled with these in effect."
@@ -68,7 +65,6 @@ msgid "To do just the former:"
68
65
msgstr "단지 전자를 수행하려면:"
69
66
70
67
#: ../../library/codeop.rst:35
71
- #, fuzzy
72
68
msgid ""
73
69
"Tries to compile *source*, which should be a string of Python code and "
74
70
"return a code object if *source* is valid Python code. In that case, the"
@@ -92,16 +88,16 @@ msgstr ""
92
88
"발생합니다."
93
89
94
90
#: ../../library/codeop.rst:45
95
- #, fuzzy
96
91
msgid ""
97
92
"The *symbol* argument determines whether *source* is compiled as a "
98
93
"statement (``'single'``, the default), as a sequence of :term:`statement`"
99
94
" (``'exec'``) or as an :term:`expression` (``'eval'``). Any other value "
100
95
"will cause :exc:`ValueError` to be raised."
101
96
msgstr ""
102
- "*symbol* 인자는 *source*\\ 가 문장(``'single'``, 기본값)으로 컴파일되는지, 문장의 "
103
- "시퀀스(``'exec'``)로 컴파일되는지 또는 :term:`표현식 <expression>`\\ (``'eval'``)으로 "
104
- "컴파일되는지 결정합니다. 다른 값을 지정하면 :exc:`ValueError`\\ 가 발생합니다."
97
+ "*symbol* 인자는 *source*\\ 가 문장(``'single'``, 기본값)으로 컴파일되는지, :term:`문장 "
98
+ "<statement>`\\ 의 시퀀스(``'exec'``)로 컴파일되는지 또는 :term:`표현식 "
99
+ "<expression>`\\ (``'eval'``)으로 컴파일되는지 결정합니다. 다른 값을 지정하면 "
100
+ ":exc:`ValueError`\\ 가 발생합니다."
105
101
106
102
#: ../../library/codeop.rst:52
107
103
msgid ""
@@ -117,28 +113,26 @@ msgstr ""
117
113
"오면 그 뒤에 임의의 가비지가 올 수 있습니다. 구문 분석기를 위한 API가 개선되면 이 문제가 해결될 것입니다."
118
114
119
115
#: ../../library/codeop.rst:61
120
- #, fuzzy
121
116
msgid ""
122
117
"Instances of this class have :meth:`~object.__call__` methods identical "
123
118
"in signature to the built-in function :func:`compile`, but with the "
124
119
"difference that if the instance compiles program text containing a "
125
120
":mod:`__future__` statement, the instance 'remembers' and compiles all "
126
121
"subsequent program texts with the statement in force."
127
122
msgstr ""
128
- "이 클래스의 인스턴스는 내장 함수 :func:`compile`\\ 와 같은 서명의 :meth:`__call__` 메서드를 갖지만, "
129
- "인스턴스가 :mod:`__future__` 문을 포함하는 프로그램 텍스트를 컴파일하면 인스턴스가 이를 '기억' \\ 하고 모든 후속 "
130
- "프로그램 텍스트를 이 문장의 효과 아래에서 컴파일한다는 차이점이 있습니다."
123
+ "이 클래스의 인스턴스는 내장 함수 :func:`compile`\\ 와 같은 서명의 :meth:`~object. __call__` "
124
+ "메서드를 갖지만, 인스턴스가 :mod:`__future__` 문을 포함하는 프로그램 텍스트를 컴파일하면 인스턴스가 이를 "
125
+ "'기억' \\ 하고 모든 후속 프로그램 텍스트를 이 문장의 효과 아래에서 컴파일한다는 차이점이 있습니다."
131
126
132
127
#: ../../library/codeop.rst:70
133
- #, fuzzy
134
128
msgid ""
135
129
"Instances of this class have :meth:`~object.__call__` methods identical "
136
130
"in signature to :func:`compile_command`; the difference is that if the "
137
131
"instance compiles program text containing a :mod:`__future__` statement, "
138
132
"the instance 'remembers' and compiles all subsequent program texts with "
139
133
"the statement in force."
140
134
msgstr ""
141
- "이 클래스의 인스턴스는 :func:`compile_command`\\ 와 같은 서명의 :meth:`__call__` 메서드를 "
142
- "갖습니다; 차이점은, 인스턴스가 `` __future__`` 문을 포함하는 프로그램 텍스트를 컴파일하면 인스턴스가 이를 "
143
- "'기억'\\ 하고 모든 후속 프로그램 텍스트를 이 문장의 효과 아래에서 컴파일한다는 것입니다."
135
+ "이 클래스의 인스턴스는 :func:`compile_command`\\ 와 같은 서명의 :meth:`~object. __call__` "
136
+ "메서드를 갖습니다; 차이점은, 인스턴스가 :mod:` __future__` 문을 포함하는 프로그램 텍스트를 컴파일하면 인스턴스가 이를"
137
+ " '기억'\\ 하고 모든 후속 프로그램 텍스트를 이 문장의 효과 아래에서 컴파일한다는 것입니다."
144
138
0 commit comments