reprint:一个Python 23模块,用于绑定变量并刷新终端中的多行输出

时间:2024-06-11 22:51:09
【文件属性】:

文件名称:reprint:一个Python 23模块,用于绑定变量并刷新终端中的多行输出

文件大小:178KB

文件格式:ZIP

更新时间:2024-06-11 22:51:09

Python

重印 reprint是一个Python 2/3模块,用于绑定变量并刷新终端中的多行输出。 用于计算Unicode字符宽度的解决方案来自 特征 Python 2/3支持 简单的变量绑定和变量更改后自动刷新命令行 同时多行刷新,每行绑定到不同的变量 带有threading.Lock牢固螺纹安全性。 threading.Lock 设置 pip install reprint 演示 指导 导入output对象 from reprint import output with块一起使用以控制初始化, output对象包含以下参数: output_type : "list"或"dict" (默认值: "list" ),指示列表模式或dict模式。 initial_len : int (默认值: 1 ),仅在列表模式下工作,指示列表的初始长度。 它用于按索引修改内容,而无需初始化。 inte


【文件预览】:
reprint-master
----reprint()
--------__init__.py(52B)
--------reprint.py(13KB)
----demo()
--------random_sort.py(456B)
--------images()
--------horse_race.py(811B)
--------remove_test.py(231B)
--------file_moving.py(684B)
--------color_test.py(403B)
----License(11KB)
----setup.py(525B)
----README.md(4KB)
----cn_README.md(4KB)
----.gitignore(32B)

网友评论