add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

16
pages.zh/common/pydoc.md Normal file
View File

@@ -0,0 +1,16 @@
# pydoc
> 显示离线 Python 文档。
> 更多信息:<https://docs.python.org/3/library/pydoc.html>。
- 打印某个主题Python 关键字、主题、函数、模块、包等)的文档:
`pydoc {{subject}}`
- 在一个任意未使用的端口上启动 HTTP 服务器,并打开一个 [b]浏览器以查看文档:
`pydoc -b`
- 显示帮助:
`pydoc`