Python 3.6.5 ドキュメント 検索
Results of 1 - 4 of about 4 for ZipInfo (0.015 sec.)
- 13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 12426
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ーカイブを作成するためのクラスです。 class zipfile. ZipInfo ( filename='NoName' , date_time=(1980 , 1 , 1 , 0...
フィールドのタプルでなければなりません; フィールドは ZipInfo オブジェクト 節で説明されています。 zipfile. is_zi...
name ) ¶ アーカイブメンバ name に関する情報を持つ ZipInfo オブジェクトを返します。アーカイブに含まれないファ...
ile. infolist ( ) ¶ アーカイブに含まれる各メンバの ZipInfo オブジェクトからなるリストを返します。既存のアーカ...
- https://man.plustar.jp/python/library/zipfile.html - [similar]
- 13. データ圧縮とアーカイブ — Python 3.6.5 ドキュメント 8266
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
オブジェクト 13.5.2. PyZipFile オブジェクト 13.5.3. ZipInfo オブジェクト 13.5.4. コマンドラインインターフェイス...
- https://man.plustar.jp/python/library/archiving.html - [similar]
- What's New In Python 3.6 — Python 3.6.5 ドキュメント 8229
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
y Serhiy Storchaka in bpo-26885 .) zipfile ¶ A new ZipInfo.from_file() class method allows making a ZipInfo i...
nstance from a filesystem file. A new ZipInfo.is_dir() method can be used to check if the ZipInf...
- https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
- What's New in Python 2.6 — Python 3.6.5 ドキュメント 8007
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
open() , read() , extract() メソッドはファイル名か ZipInfo オブジェクトのどちらかを受け取れるようになっていま...
- https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
PREV
1
NEXT