File tree 1 file changed +13
-4
lines changed
1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,8 @@ msgstr ""
17
17
"Generated-By : Babel 2.17.0\n "
18
18
19
19
#: ../../library/pickletools.rst:2
20
- #, fuzzy
21
20
msgid ":mod:`!pickletools` --- Tools for pickle developers"
22
- msgstr ":mod:`pickletools` --- 피클 개발자를 위한 도구"
21
+ msgstr ":mod:`! pickletools` --- 피클 개발자를 위한 도구"
23
22
24
23
#: ../../library/pickletools.rst:8
25
24
msgid "**Source code:** :source:`Lib/pickletools.py`"
@@ -76,6 +75,17 @@ msgid ""
76
75
" 9: . STOP\n"
77
76
"highest protocol among opcodes = 2"
78
77
msgstr ""
78
+ "$ python -m pickle x.pickle\n"
79
+ "(1, 2)\n"
80
+ "\n"
81
+ "$ python -m pickletools x.pickle\n"
82
+ " 0: \\ x80 PROTO 3\n"
83
+ " 2: K BININT1 1\n"
84
+ " 4: K BININT1 2\n"
85
+ " 6: \\ x86 TUPLE2\n"
86
+ " 7: q BINPUT 0\n"
87
+ " 9: . STOP\n"
88
+ "highest protocol among opcodes = 2"
79
89
80
90
#: ../../library/pickletools.rst:52
81
91
msgid "Command line options"
@@ -129,9 +139,8 @@ msgstr ""
129
139
"사용됩니다."
130
140
131
141
#: ../../library/pickletools.rst:97
132
- #, fuzzy
133
142
msgid "Added the *annotate* parameter."
134
- msgstr "*annotate* 인자 ."
143
+ msgstr "*annotate* 인자를 추가했습니다 ."
135
144
136
145
#: ../../library/pickletools.rst:102
137
146
msgid ""
You can’t perform that action at this time.
0 commit comments