@@ -37,7 +37,6 @@ msgid "Numeric values are stored with the least significant byte first."
37
37
msgstr "숫자 값은 최하위 바이트가 먼저 저장됩니다."
38
38
39
39
#: ../../c-api/marshal.rst:16
40
- #, fuzzy
41
40
msgid ""
42
41
"The module supports two versions of the data format: version 0 is the "
43
42
"historical version, version 1 shares interned strings in the file, and "
@@ -50,14 +49,13 @@ msgstr ""
50
49
"``Py_MARSHAL_VERSION``\\ 은 현재 파일 형식을 나타냅니다 (현재 2)."
51
50
52
51
#: ../../c-api/marshal.rst:24
53
- #, fuzzy
54
52
msgid ""
55
53
"Marshal a :c:expr:`long` integer, *value*, to *file*. This will only "
56
54
"write the least-significant 32 bits of *value*; regardless of the size of"
57
55
" the native :c:expr:`long` type. *version* indicates the file format."
58
56
msgstr ""
59
- ":c:type :`long` 정수 *value*\\ 를 *file*\\ 로 마샬합니다. *value*\\ 의 최하위 32비트 만 "
60
- "기록합니다; 기본 :c:type :`long` 형의 크기와 관계없이. *version*\\ 은 파일 형식을 나타냅니다."
57
+ ":c:expr :`long` 정수 *value*\\ 를 *file*\\ 로 마샬합니다. *value*\\ 의 최하위 32비트 만 "
58
+ "기록합니다; 기본 :c:expr :`long` 형의 크기와 관계없이. *version*\\ 은 파일 형식을 나타냅니다."
61
59
62
60
#: ../../c-api/marshal.rst:28 ../../c-api/marshal.rst:36
63
61
msgid ""
@@ -82,14 +80,13 @@ msgid "The following functions allow marshalled values to be read back in."
82
80
msgstr "다음 함수를 사용하면 마샬된 값을 다시 읽을 수 있습니다."
83
81
84
82
#: ../../c-api/marshal.rst:50
85
- #, fuzzy
86
83
msgid ""
87
84
"Return a C :c:expr:`long` from the data stream in a :c:expr:`FILE*` "
88
85
"opened for reading. Only a 32-bit value can be read in using this "
89
86
"function, regardless of the native size of :c:expr:`long`."
90
87
msgstr ""
91
- "읽기 위해 열린 :c:type :`FILE*`\\ 의 데이터 스트림에서 C :c:type :`long`\\ 을 반환합니다. 이 함수를 "
92
- "사용하면 :c:type :`long`\\ 의 기본 크기와 관계없이 32비트 값만 읽을 수 있습니다."
88
+ "읽기 위해 열린 :c:expr :`FILE*`\\ 의 데이터 스트림에서 C :c:expr :`long`\\ 을 반환합니다. 이 함수를 "
89
+ "사용하면 :c:expr :`long`\\ 의 기본 크기와 관계없이 32비트 값만 읽을 수 있습니다."
93
90
94
91
#: ../../c-api/marshal.rst:54 ../../c-api/marshal.rst:64
95
92
msgid ""
@@ -98,21 +95,19 @@ msgid ""
98
95
msgstr "에러 시, 적절한 예외(:exc:`EOFError`)를 설정하고 ``-1``\\ 을 반환합니다."
99
96
100
97
#: ../../c-api/marshal.rst:60
101
- #, fuzzy
102
98
msgid ""
103
99
"Return a C :c:expr:`short` from the data stream in a :c:expr:`FILE*` "
104
100
"opened for reading. Only a 16-bit value can be read in using this "
105
101
"function, regardless of the native size of :c:expr:`short`."
106
102
msgstr ""
107
- "읽기 위해 열린 :c:type :`FILE*`\\ 의 데이터 스트림에서 C :c:type :`short`\\ 를 반환합니다. 이 함수를 "
108
- "사용하면 :c:type :`short`\\ 의 기본 크기와 관계없이 16비트 값만 읽을 수 있습니다."
103
+ "읽기 위해 열린 :c:expr :`FILE*`\\ 의 데이터 스트림에서 C :c:expr :`short`\\ 를 반환합니다. 이 함수를 "
104
+ "사용하면 :c:expr :`short`\\ 의 기본 크기와 관계없이 16비트 값만 읽을 수 있습니다."
109
105
110
106
#: ../../c-api/marshal.rst:70
111
- #, fuzzy
112
107
msgid ""
113
108
"Return a Python object from the data stream in a :c:expr:`FILE*` opened "
114
109
"for reading."
115
- msgstr "읽기 위해 열린 :c:type :`FILE*`\\ 의 데이터 스트림에서 파이썬 객체를 반환합니다."
110
+ msgstr "읽기 위해 열린 :c:expr :`FILE*`\\ 의 데이터 스트림에서 파이썬 객체를 반환합니다."
116
111
117
112
#: ../../c-api/marshal.rst:73 ../../c-api/marshal.rst:87
118
113
#: ../../c-api/marshal.rst:96
@@ -124,7 +119,6 @@ msgstr ""
124
119
"설정하고 ``NULL``\\ 을 반환합니다."
125
120
126
121
#: ../../c-api/marshal.rst:79
127
- #, fuzzy
128
122
msgid ""
129
123
"Return a Python object from the data stream in a :c:expr:`FILE*` opened "
130
124
"for reading. Unlike :c:func:`PyMarshal_ReadObjectFromFile`, this "
@@ -134,7 +128,7 @@ msgid ""
134
128
"at a time from the file. Only use these variant if you are certain that "
135
129
"you won't be reading anything else from the file."
136
130
msgstr ""
137
- "읽기 위해 열린 :c:type :`FILE*`\\ 의 데이터 스트림에서 파이썬 객체를 반환합니다. "
131
+ "읽기 위해 열린 :c:expr :`FILE*`\\ 의 데이터 스트림에서 파이썬 객체를 반환합니다. "
138
132
":c:func:`PyMarshal_ReadObjectFromFile`\\ 와 달리, 이 함수는 더는 파일에서 객체를 읽지 않을 "
139
133
"것이라고 가정함으로써, 파일 데이터를 메모리에 적극적으로 로드 할 수 있고, 파일에서 한 바이트씩 읽는 대신 메모리에 있는 "
140
134
"데이터에서 역 직렬화가 작동할 수 있습니다. 파일에서 어떤 것도 읽지 않을 것이라는 확신이 들 경우에만 이 변형을 사용하십시오."
0 commit comments