Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 361 for [SIMILAR] 16 1024 4096 WITH 25651 ドオ WITH 1634... (1.078 sec.)
19. インターネット上のデータの操作 — Python 3.6.5 ドキュメント 4734
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 19. インターネット上のデータの操作 ¶ この章ではインターネット上で一般的に利用されているデータ形式の操作をサポートするモジュール群について記述します。 19.1. email --- 電子メールと MIME 処理 ...
https://man.plustar.jp/python/library/netdata.html - [similar]
32. Python言語サービス — Python 3.6.5 ドキュメント 4734
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 32. Python言語サービス ¶ PythonにはPython言語を使って作業するときに役に立つモジュールがたくさん提供されています。これらのモジュールはトークンの切り出し、パース、構文解析、バイトコードのデ ...
https://man.plustar.jp/python/library/language.html - [similar]
Function オブジェクト — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » Function オブジェクト ¶ Functionオブジェクト固有の関数はわずかです。 PyFunctionObject ¶ 関数に使われるCの構造体。 PyTypeObject Py ...
https://man.plustar.jp/python/c-api/function.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 29. Python ランタイムサービス » 29.12. inspect --- 活動中のオブジェクトの情報を取得する ¶ ソースコード: Lib/inspect.py inspect は、活動中のオブジェクト (モジュール、クラス、メソッド、関数 ...
https://man.plustar.jp/python/library/inspect.html - [similar]
セルオブジェクト (cell object) — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » セルオブジェクト (cell object) ¶ "セル (cell)" オブジェクトは、複数のスコープから参照される変数群を実装するために使われます。セル ...
https://man.plustar.jp/python/c-api/cell.html - [similar]
9. クラス — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリアル » 9. クラス ¶ クラスはデータと機能を組み合わせる方法を提供します。 新規にクラスを作成することで、新しいオブジェクトの 型 を作成し、その型を持つ新しい インスタンス が作れます。 クラスのそれぞ ...
https://man.plustar.jp/python/tutorial/classes.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » Unicode オブジェクトと codec ¶ Unicode オブジェクト ¶ Python3.3 の PEP 393 実装から、メモリ効率を維持しながらUnicode文字の完全な範 ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
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]
17.1. threading --- スレッドベースの並列処理 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 17. 並行実行 » 17.1. threading --- スレッドベースの並列処理 ¶ ソースコード: Lib/threading.py このモジュールでは、高水準のスレッドインタフェースをより低水準 な _thread モジュールの上に構築 ...
https://man.plustar.jp/python/library/threading.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python » What's New in Python 2.6 ¶ 著者: A.M. Kuchling (amk at amk.ca) この文書は Python 2.6 の新機能について解説します。 Python 2.6 は 2008 年 10 月 1 日にリリースされました。リリーススケジュール ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]