[ 原始碼: 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.
其他與 python3-atomicwrites 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)