套件:python3-wurlitzer(3.0.3-1)
python3-wurlitzer 的相關連結
Debian 的資源:
下載原始碼套件 wurlitzer:
維護小組:
- Debian Python Team (QA 頁面)
- Alexandre Marie (QA 頁面)
- Picca Frédéric-Emmanuel (QA 頁面)
- Julian Gilbey (QA 頁面)
外部的資源:
- 主頁 [github.com]
相似套件:
Capture C-level output in context managers
A common task in Python (especially while testing or debugging) is to redirect sys.stdout to a stream or a file while executing some piece of code. However, simply "redirecting stdout" is sometimes not as easy as one would expect. In particular, things become interesting when you want C code running within your Python process (including, but not limited to, Python modules implemented as C extensions) to also have its stdout redirected according to your wish. This turns out to be tricky and leads us into the interesting world of file descriptors, buffers and system calls.
This package supports redirecting this output in a straightforward way using a context manager.
其他與 python3-wurlitzer 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)