File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,13 +126,17 @@ msgid ""
126126"another special case, a line beginning with the character ``'!'`` is "
127127"dispatched to the method :meth:`do_shell` (if such a method is defined)."
128128msgstr ""
129+ "解释器实例将会识别命令名称 ``foo`` 当且仅当它有方法 :meth:`do_foo` 。有一个特殊情况,分派始于字符 ``'?'`` 的行到方法 "
130+ ":meth:`do_help` 。另一种特殊情况,分派始于字符 ``'!'`` 的行到方法 :meth:`do_shell` (如果定义了这个方法)"
129131
130132#: ../../library/cmd.rst:74
131133msgid ""
132134"This method will return when the :meth:`postcmd` method returns a true "
133135"value. The *stop* argument to :meth:`postcmd` is the return value from the "
134136"command's corresponding :meth:`do_\\ *` method."
135137msgstr ""
138+ "这个方法将返回当 :meth:`postcmd` 方法返回一个真值 。参数 *stop* 到 :meth:`postcmd` 是命令对应的返回值 "
139+ ":meth:`do_\\ *` 的方法。"
136140
137141#: ../../library/cmd.rst:78
138142msgid ""
You can’t perform that action at this time.
0 commit comments