Python 3.6.5 ドキュメント 検索
Results of 1 - 7 of about 7 for GzipFile (0.007 sec.)
- 13.2. gzip --- gzip ファイルのサポート — Python 3.6.5 ドキュメント 13522
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
タ圧縮は zlib モジュールで提供されています。 gzip は GzipFile クラスと、簡易関数 open() 、 compress() 、および d...
ecompress() を提供しています。 GzipFile クラスは通常の ファイルオブジェクト と同様に gzip...
ます。デフォルトは 'rb' です。 引数 compresslevel は GzipFile コンストラクタと同様に 0 から 9 の整数を取ります。...
バイナリモードでは、この関数は GzipFile コンストラクタ GzipFile(filename, mode, compressle...
- https://man.plustar.jp/python/library/gzip.html - [similar]
- What's New In Python 3.1 — Python 3.6.5 ドキュメント 8597
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
。 (Contributed by Guilherme Polo; bpo-2983 .) gzip.GzipFile と bz2.BZ2File クラスはコンテクスト管理プロトコルを...
matically close file after writing >>> with gzip . GzipFile ( filename , "wb" ) as f : ... f . write ( b "xxx"...
- https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
- 13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 8324
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ize などの属性は修正が必要かもしれません。これは、 GzipFile などの属性に当てはまります。 name も修正できるかも...
- https://man.plustar.jp/python/library/tarfile.html - [similar]
- What's New in Python 2.7 — Python 3.6.5 ドキュメント 8324
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
d by Antoine Pitrou; bpo-4688 .) gzip モジュールの GzipFile がコンテキストマネージャープロトコルをサポートしま...
した。 with gzip.GzipFile(...) as f: と書くことができます。(contributed by H...
- https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
- 用語集 — Python 3.6.5 ドキュメント 8251
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ
...
.buffer 、 sys.stdout.buffer 、 io.BytesIO や gzip.GzipFile . のインスタンスです。 参考 A text file reads and...
- https://man.plustar.jp/python/glossary.html - [similar]
- What's New In Python 3.2 — Python 3.6.5 ドキュメント 8251
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
bastien Sablé in bpo-9862 ) gzip と zipfile ¶ gzip.GzipFile が io.BufferedIOBase 抽象基底クラス を継承しました...
- https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
- What's New In Python 3.5 — Python 3.6.5 ドキュメント 8251
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
ributed by Serhiy Storchaka in bpo-13968 .) gzip ¶ GzipFile コンストラクタの mode 引数が排他的作成を要求する "...
- https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
PREV
1
NEXT