Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 4 of about 4 for TarInfo (0.012 sec.)
13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 12445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の場合に限ります。 exception tarfile. HeaderError ¶ TarInfo.frombuf() メソッドが取得したバッファーが不正だった ... 回も保存することができます。各アーカイブメンバーは、 TarInfo オブジェクトで確認できます。詳細については TarInfo ... mode='r' , fileobj=None , format=DEFAULT_FORMAT , tarinfo=TarInfo , dereference=False , ignore_zeros=False , ... あるいは PAX_FORMAT のいずれかである必要があります。 tarinfo 引数を利用して、デフォルトの TarInfo クラスを別のク ...
https://man.plustar.jp/python/library/tarfile.html - [similar]
13. データ圧縮とアーカイブ — Python 3.6.5 ドキュメント 8229
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... イルの読み書き 13.6.1. TarFile オブジェクト 13.6.2. TarInfo オブジェクト 13.6.3. コマンドラインインターフェイス ...
https://man.plustar.jp/python/library/archiving.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 8229
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ment . The user-supplied filter function accepts a TarInfo object and returns an updated TarInfo object, or i ... one : >>> import tarfile , glob >>> def myfilter ( tarinfo ): ... if tarinfo . isfile (): # only save real fi ... les ... tarinfo . uname = 'monty' # redact the user name ... retur ... n tarinfo >>> with tarfile . open ( name = 'myarchive.tar.gz ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 8044
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ; bpo-7357 .) tarfile は、tar ファイルに追加される TarInfo オブジェクトのフィルタリングをサポートするようにな ... filter オブジェクトには、ファイルが追加される度に TarInfo を渡され、これを変形して返せます。このオブジェクト ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
PREV 1 NEXT