[ ソース: python-atomicwrites ]
パッケージ: python3-atomicwrites (1.4.0-2)
python3-atomicwrites に関するリンク
Debian の資源:
python-atomicwrites ソースパッケージをダウンロード:
- [python-atomicwrites_1.4.0-2.dsc]
- [python-atomicwrites_1.4.0.orig.tar.gz]
- [python-atomicwrites_1.4.0-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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)