[ 源代码: python-atomicwrites ]
软件包:python3-atomicwrites(1.1.5-2)
python3-atomicwrites 的相关链接
Debian 的资源:
下载源码包 python-atomicwrites:
- [python-atomicwrites_1.1.5-2.dsc]
- [python-atomicwrites_1.1.5.orig.tar.gz]
- [python-atomicwrites_1.1.5-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Atomic file writes - Python 3.x
It uses a temporary file in the same directory as the given path. This ensures that the temporary file resides on the same filesystem. The temporary file will then be atomically moved to the target location: On POSIX, it will use rename if files should be overwritten, otherwise a combination of link and unlink.
This package contains the Python 3.x module.