add new chinese translations
This commit is contained in:
16
pages.zh/common/pydoc.md
Normal file
16
pages.zh/common/pydoc.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# pydoc
|
||||
|
||||
> 显示离线 Python 文档。
|
||||
> 更多信息:<https://docs.python.org/3/library/pydoc.html>。
|
||||
|
||||
- 打印某个主题(Python 关键字、主题、函数、模块、包等)的文档:
|
||||
|
||||
`pydoc {{subject}}`
|
||||
|
||||
- 在一个任意未使用的端口上启动 HTTP 服务器,并打开一个 [b]浏览器以查看文档:
|
||||
|
||||
`pydoc -b`
|
||||
|
||||
- 显示帮助:
|
||||
|
||||
`pydoc`
|
Reference in New Issue
Block a user