editor::fountain_pen:从Python内部打开文本编辑器:fountain_pen:

时间:2024-05-28 09:39:39
【文件属性】:

文件名称:editor::fountain_pen:从Python内部打开文本编辑器:fountain_pen:

文件大小:8KB

文件格式:ZIP

更新时间:2024-05-28 09:39:39

Python

:fountain_pen: 编辑器-从Python内部打开文本编辑器 :fountain_pen: editor打开一个用于现有文件,新文件或临时文件的文本编辑器,该文本编辑器在用户编辑文本并返回结果时被阻止。 您可以指定运行编辑的命令行,但通常你保留它为空-在这种情况下, editor会从环境变量的命令行VISUAL ,或者如果这是空的,环境变量EDITOR ,或者如果这是空的,无论是Notepad在Windows或其他操作系统上使用vi 。 例子 使用临时文件 如果未提供文件名,则将编辑一个临时文件,并返回其内容。 import editor MESSAGE = 'Insert comments below this line \n \n ' comments = editor ( text = MESSAGE ) # Pops up the default editor with a tempfile, containing


【文件预览】:
editor-master
----.gitignore(2KB)
----setup.cfg(41B)
----editor.py(3KB)
----README.rst(3KB)
----LICENSE(1KB)
----test_editor.py(1KB)
----.coveragerc(236B)
----requirements.txt(10B)
----MANIFEST.in(251B)
----pyproject.toml(114B)
----setup.py(1KB)
----test_requirements.txt(39B)
----.travis.yml(214B)
----tox.ini(238B)
----CHANGELOG(691B)

网友评论