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 58a6ec9 commit fa7d31fCopy full SHA for fa7d31f
1 file changed
library/os.po
@@ -3619,6 +3619,9 @@ msgid ""
3619
"``True`` if you may specify ``follow_symlinks=False`` when calling "
3620
":func:`os.stat` on the local platform::"
3621
msgstr ""
3622
+"要检查某个函数的 *follow_symlinks* 参数是否可以指定为 ``False``,请在 "
3623
+"``supports_follow_symlinks`` 前使用 ``in`` 运算符。例如,如果在当前平台上调用 :func:`os.stat` "
3624
+"时可以指定 ``follow_symlinks=False``,则此表达式的计算结果为 ``True``::"
3625
3626
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/os.rst:2801
3627
msgid "Create a symbolic link pointing to *src* named *dst*."
0 commit comments