Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 306 for [SIMILAR] 16 1024 4096 WITH 108278 abstractmetho... (2.525 sec.)
29.7. abc --- 抽象基底クラス — Python 3.6.5 ドキュメント 10000
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 29. Python ランタイムサービス » 29.7. abc --- 抽象基底クラス ¶ ソースコード: Lib/abc.py このモジュールは Python に PEP 3119 で概要が示された 抽象基底クラス (ABC) を定義する基盤を提供します ...
https://man.plustar.jp/python/library/abc.html - [similar]
9. クラス — Python 3.6.5 ドキュメント 3168
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリアル » 9. クラス ¶ クラスはデータと機能を組み合わせる方法を提供します。 新規にクラスを作成することで、新しいオブジェクトの 型 を作成し、その型を持つ新しい インスタンス が作れます。 クラスのそれぞ ...
https://man.plustar.jp/python/tutorial/classes.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 3168
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python » What's New in Python 2.2 ¶ 著者: A.M. Kuchling はじめに ¶ この文書は 2002 年 10 月 14 日にリリースされた Python 2.2.2 の新機能について解説します。Python 2.2.2 は 2001 年 12 月 21 日にリリー ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
8.9. types --- 動的な型生成と組み込み型に対する名前 — Python 3.6.5 ドキュメント 3168
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 8. データ型 » 8.9. types --- 動的な型生成と組み込み型に対する名前 ¶ ソースコード: Lib/types.py このモジュールは新しい型の動的な生成を支援するユーティリティ関数を定義しています。 さらに、標 ...
https://man.plustar.jp/python/library/types.html - [similar]
31.5. importlib --- import の実装 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 31. モジュールのインポート » 31.5. importlib --- import の実装 ¶ バージョン 3.1 で追加. ソースコード: Lib/importlib/__init__.py 31.5.1. はじめに ¶ importlib パッケージの目的は2つあります。 ...
https://man.plustar.jp/python/library/importlib.html - [similar]
9.1. numbers --- 数の抽象基底クラス — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 9. 数値と数学モジュール » 9.1. numbers --- 数の抽象基底クラス ¶ ソースコード: Lib/numbers.py numbers モジュール ( PEP 3141 ) は数の 抽象基底クラス の階層を定義します。この階層では、さらに ...
https://man.plustar.jp/python/library/numbers.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]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python » What's New In Python 3.3 ¶ この記事では 3.2 と比較した Python 3.3 の新機能を解説します。 Python 3.3 は2012年9月29日にリリースされました。全詳細については 変更履歴 をご覧ください。 参考 PEP ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
18.4. selectors --- 高水準の I/O 多重化 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 18. プロセス間通信とネットワーク » 18.4. selectors --- 高水準の I/O 多重化 ¶ バージョン 3.4 で追加. ソースコード: Lib/selectors.py 18.4.1. はじめに ¶ このモジュールにより、 select モジュー ...
https://man.plustar.jp/python/library/selectors.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 32. Python言語サービス » 32.2. ast --- 抽象構文木 ¶ ソースコード: Lib/ast.py ast モジュールは、Python アプリケーションで Python の抽象構文木を処理しやすくするものです。抽象構文そのものは、 ...
https://man.plustar.jp/python/library/ast.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT