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 a3f55f1 commit 79b5633Copy full SHA for 79b5633
1 file changed
library/asyncio-protocol.po
@@ -93,6 +93,9 @@ msgid ""
93
"by a *Transport* object. Such methods usually return a tuple of "
94
"``(transport, protocol)``."
95
msgstr ""
96
+"大部分面向连接的事件循环方法(如 :meth:`loop.create_connection` ) 通常接受 *protocol_factory* "
97
+"参数为接收到的链接创建 *Protocol* 对象,并用 *Transport* 对象来表示。这些方法一般会返回 ``(transport, "
98
+"protocol)`` 元组。"
99
100
#: ../../library/asyncio-protocol.rst:51
101
msgid "Contents"
0 commit comments