Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbce98 commit 7c7c259Copy full SHA for 7c7c259
1 file changed
library/curses.po
@@ -1590,6 +1590,9 @@ msgid ""
1590
":meth:`getch` will block for *delay* milliseconds, and return ``-1`` if "
1591
"there is still no input at the end of that time."
1592
msgstr ""
1593
+"为窗口设置阻塞或非阻塞读取行为。 如果 *delay* 为负值,则会使用阻塞读取(这将无限期地等待输入)。 如果 *delay* "
1594
+"为零,则会使用非阻塞读取,并且当没有输入在等待时 :meth:`getch` 将返回 ``-1``。 如果 *delay* 为正值,则 "
1595
+":meth:`getch` 将阻塞 *delay* 毫秒,并且当此延时结束时仍无输入将返回 ``-1``。"
1596
1597
#: ../../library/curses.rst:1254
1598
msgid ""
0 commit comments