Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 413 for [SIMILAR] 16 1024 4096 WITH 108588 メソ WITH 999... (1.329 sec.)
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 32. Python言語サービス » 32.12. dis --- Python バイトコードの逆アセンブラ ¶ ソースコード: Lib/dis.py dis モジュールは CPython バイトコード ( bytecode ) を逆アセンブルすることでバイトコード ...
https://man.plustar.jp/python/library/dis.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 21. インターネットプロトコルとサポート » 21.17. smtplib --- SMTP プロトコルクライアント ¶ ソースコード: Lib/smtplib.py smtplib モジュールは、SMTPまたはESMTPのリスナーデーモンを備えた任意の ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
18.5.5. ストリーム (コルーチンベースの API) — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 18. プロセス間通信とネットワーク » 18.5. asyncio --- 非同期 I/O、イベントループ、コルーチンおよびタスク » 18.5.5. ストリーム (コルーチンベースの API) ¶ ソースコード: Lib/asyncio/streams.p ...
https://man.plustar.jp/python/library/asyncio-stream.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]
はじめに — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » はじめに ¶ Python のアプリケーションプログラマ用インタフェース (Application Programmer's Interface, API) は、 Python インタプリタに対する様々なレベルでのアクセス手段を C や ...
https://man.plustar.jp/python/c-api/intro.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logging クックブック ¶ 著者: Vinay Sajip <vinay_sajip at red-dove dot com> このページでは、過去に見つかった logging に関するいくつかの便利なレシピを紹介します。 複数のモジュールで logging を使う ¶ ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
32.1. parser --- Python 解析木にアクセスする — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 32. Python言語サービス » 32.1. parser --- Python 解析木にアクセスする ¶ parser モジュールは Python の内部パーサとバイトコード・コンパイラへのインターフェイスを提供します。このインターフェ ...
https://man.plustar.jp/python/library/parser.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタの拡張と埋め込み » 2. 拡張の型の定義: チュートリアル ¶ Python では、組み込みの str 型や list 型のような Python コードから走査できる新しい型を C 拡張モジュールの作者が定義できます。 全ての拡張の ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタの拡張と埋め込み » 3. Defining Extension Types: Assorted Topics ¶ この節ではさまざまな実装可能なタイプメソッドと、それらが何をするものであるかについて、ざっと説明します。 以下は PyTypeObject の ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 29. Python ランタイムサービス » 29.6. contextlib --- with 文コンテキスト用ユーティリティ ¶ ソースコード: Lib/contextlib.py このモジュールは with 文に関わる一般的なタスクのためのユーティリ ...
https://man.plustar.jp/python/library/contextlib.html - [similar]