Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 19 for TarFile (0.057 sec.)
13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 14735
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 13. データ圧縮とアーカイブ » 13.6. tarfile --- tar アーカイブファイルの読み書き ¶ ソースコード ... : Lib/tarfile.py tarfile モジュールは、gzip、bz2、および lzma 圧 ... バージョン 3.3 で変更: lzma 圧縮をサポートしました。 tarfile. open ( name=None , mode='r' , fileobj=None , bufs ... ize=10240 , **kwargs ) ¶ パス名 name の TarFile オブジェクトを返します。 TarFile オブジェクトと、利 ...
https://man.plustar.jp/python/library/tarfile.html - [similar]
索引 — Python 3.6.5 ドキュメント 11867
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » 索引 – 記号 ! (pdb command) != 演 ... 演算子 += augmented assignment - 演算子 --create <tarfile> <source1> ... <sourceN> tarfile コマンドラインオプ ... etails inspect コマンドラインオプション --extract <tarfile> [<output_dir>] tarfile コマンドラインオプション - ... ョン --info zipapp コマンドラインオプション --list <tarfile> tarfile コマンドラインオプション --locals unittes ... ション --sort-keys コマンドラインオプション --test <tarfile> tarfile コマンドラインオプション --user-base site ...
https://man.plustar.jp/python/genindex-%E8%A8%98%E5%8F%B7.html - [similar]
13. データ圧縮とアーカイブ — Python 3.6.5 ドキュメント 8418
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ーフェイス 13.5.4.1. コマンドラインオプション 13.6. tarfile --- tar アーカイブファイルの読み書き 13.6.1. TarFi ...
https://man.plustar.jp/python/library/archiving.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 8281
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ersion. (Contributed by Paul Moore in bpo-23437 .) tarfile ¶ open() 関数の mode 引数が排他的作成を要求する "x ... (Contributed by Berker Peksag in bpo-21717 .) The TarFile.extractall() and TarFile.extract() methods now tak ... will be owned by the numeric uid and gid from the tarfile. If set to False (the default, and the behavior in ... y will be owned by the named user and group in the tarfile. (Contributed by Michael Vogt and Eric Smith in bp ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
14. ファイルフォーマット — Python 3.6.5 ドキュメント 8076
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トピック , サポート , パーサー 前のトピックへ 13.6. tarfile --- tar アーカイブファイルの読み書き 次のトピックへ ...
https://man.plustar.jp/python/library/fileformats.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 8076
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ます。 (Patch submitted by Nir Aides in bpo-7610 .) tarfileTarFile クラスは今ではコンテキストマネージャとし ... xcluded, the function can return None : >>> import tarfile , glob >>> def myfilter ( tarinfo ): ... if tarinf ... # redact the user name ... return tarinfo >>> with tarfile . open ( name = 'myarchive.tar.gz' , mode = 'w:gz' ... gztar', "gzip'ed tar-file"), ('tar', 'uncompressed tar file'), ('zip', 'ZIP file')] >>> shutil . register_arc ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7957
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... りました。 (Contributed by Georg Brandl; bpo-1648 .) tarfile モジュールが、既にサポートされている POSIX.1-1988 ... イルを開くには format パラメータで指定します: tar = tarfile . open ( "output.tar" , "w" , format = tarfile . P ... めに現れ、デフォルトは UTF-8 エンコーディングです。) TarFile.add() メソッドが新たに exclude 引数を受け付けます。 ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 7957
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 返します。(Contributed by Brian Curtin; bpo-7766 .) tarfile モジュールのデフォルトエラー処理が変更され、致命的 ... 出されます。 (Changed by Lars Gustäbel; bpo-7357 .) tarfile は、tar ファイルに追加される TarInfo オブジェクトの ... 推奨となります。(Added by Lars Gustäbel; bpo-6856 .) TarFile クラスはまた、コンテキストマネージャプロトコルもサ ... ました。 (Changed by Sean Reifschneider; bpo-8451 .) tarfile モジュールのデフォルトエラー処理が変更され、致命的 ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7957
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ( bpo-13635 ) stat ¶ ドキュメントされていなかった tarfile.filemode 関数が stat.filemode() に移動されました。 ... 持する thread_info が追加されました。 ( bpo-11223 ) tarfiletarfile が lzma モジュールにより lzma エンコーデ ... ocketserver sqlite3 ssl stat struct subprocess sys tarfile tempfile textwrap threading time types unittest ur ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 7957
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... d by Éric Araujo and Antoine Pitrou in bpo-5845 .) tarfiletarfile モジュールはスクリプトや直接 -m で呼ばれ ... talt モジュールが削除されました。 (see bpo-18393 ) tarfile モジュールの名前空間内に stat 定数群がハードコード ... ocket sqlite3 ssl stat struct subprocess sunau sys tarfile textwrap threading traceback types urllib unittest ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
PREV 1 2 NEXT