Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 374 for [SIMILAR] 16 1024 4096 WITH 13076 オブ WITH 1305... (1.130 sec.)
デスクリプタ HowTo ガイド — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » デスクリプタ HowTo ガイド ¶ 著者: Raymond Hettinger Contact: <python at rcn dot com> 目次 デスクリプタ HowTo ガイド 概要 定義と導入 デスクリプタプロトコル デスクリプタの呼び出し デスクリプタの例 プ ...
https://man.plustar.jp/python/howto/descriptor.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python » What's New In Python 3.5 ¶ エディタ: Elvis Pranskevichus < elvis @ magic . io >, Yury Selivanov < yury @ magic . io > この記事では 3.4 と比較した Python 3.5 の新機能を解説します。 Python 3 ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
13. データ圧縮とアーカイブ — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 13. データ圧縮とアーカイブ ¶ この章で説明されるモジュールは zlib, gzip, bzip2, lzma アルゴリズムによるデータの圧縮と、 ZIP, tar フォーマットのアーカイブ作成をサポートします。 shutil モジュ ...
https://man.plustar.jp/python/library/archiving.html - [similar]
32.13. pickletools --- pickle 開発者のためのツール群 — Python 3.6.5 ドキュメン... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 32. Python言語サービス » 32.13. pickletools --- pickle 開発者のためのツール群 ¶ ソースコード: Lib/pickletools.py このモジュールには、 pickle モジュールの詳細に関わる様々な定数や実装に関す ...
https://man.plustar.jp/python/library/pickletools.html - [similar]
ライブラリと拡張 FAQ — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 » ライブラリと拡張 FAQ ¶ 目次 ライブラリと拡張 FAQ ライブラリ一般の質問 作業 X を行うためのモジュールやアプリケーションを探すにはどうしますか? math.py (socket.py, regex.py, etc.) のソースファ ...
https://man.plustar.jp/python/faq/library.html - [similar]
6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 6. テキスト処理サービス » 6.3. difflib --- 差分の計算を助ける ¶ ソースコード: Lib/difflib.py このモジュールは、シーケンスを比較するためのクラスや関数を提供しています。例えば、ファイルの差 ...
https://man.plustar.jp/python/library/difflib.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 6. テキスト処理サービス » 6.2. re --- 正規表現操作 ¶ ソースコード: Lib/re.py このモジュールは、Perl などと同様の正規表現マッチング操作を提供しています。 パターンと文字列には Unicode 文字列 ...
https://man.plustar.jp/python/library/re.html - [similar]
超高水準レイヤ — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 超高水準レイヤ ¶ この章の関数を使うとファイルまたはバッファにある Python ソースコードを実行できますが、より詳細なやり取りをインタプリタとすることはできないでしょう。 これらの ...
https://man.plustar.jp/python/c-api/veryhigh.html - [similar]
10.3. operator --- 関数形式の標準演算子 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 10. 関数型プログラミング用モジュール » 10.3. operator --- 関数形式の標準演算子 ¶ ソースコード: Lib/operator.py operator モジュールは、Python の組み込み演算子に対応する効率的な関数群を提供 ...
https://man.plustar.jp/python/library/operator.html - [similar]
35.10. pipes --- シェルパイプラインへのインタフェース — Python 3.6.5 ドキュメン... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 35. Unix 固有のサービス » 35.10. pipes --- シェルパイプラインへのインタフェース ¶ ソースコード: Lib/pipes.py pipes モジュールでは、 pipeline の概念 --- あるファイルを別のファイルに変換する ...
https://man.plustar.jp/python/library/pipes.html - [similar]