https://github.com/pyzh/c.py
python API 中文化
https://github.com/pyzh/c.py
Last synced: over 1 year ago
JSON representation
python API 中文化
- Host: GitHub
- URL: https://github.com/pyzh/c.py
- Owner: pyzh
- License: bsd-3-clause
- Created: 2018-10-31T05:49:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T07:30:01.000Z (over 7 years ago)
- Last Synced: 2025-01-22T01:41:24.716Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
用法:
```
#from debug import *
import debug as d
d.打印("你怎么回事?小老弟")
```
常见疑问:
1. 如何避免手动import? 答:添加到sys.path就可以了