套件: python3-zc.customdoctests (1.0.1-2)
python3-zc.customdoctests 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-zc.customdoctests:
- [python-zc.customdoctests_1.0.1-2.dsc]
- [python-zc.customdoctests_1.0.1.orig.tar.gz]
- [python-zc.customdoctests_1.0.1-2.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Python Modules Team (郵件存檔)
- Julien Muchembled
外部的資源:
- 主頁 [github.com]
相似套件:
Use doctest with other languages (Python 3)
doctest (and recently manuel) provide hooks for using custom doctest parsers. zc.customdoctests helps to leverage this to support other languages, such as JavaScript (with python-spidermonkey):
js> function double (x) { ... return x*2; ... } js> double(2) 4
And with it facilitates doctests that mix multiple languages, such as Python, JavaScript, and sh.
其他與 python3-zc.customdoctests 有關的套件
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- rec: python3-manuel
- Python3 library for testable documents and documented tests
-
- rec: python3-spidermonkey
- 套件暫時不可用