Python リファレンスマニュアル
Previous:
序
Up:
Python リファレンスマニュアル
Next:
1 導入
Contents
1 導入
1 別のPythonの実装
2 本マニュアルにおける表記法
2 字句解析
1 行構造
1 論理行 (logical line)
2 物理行 (physical line)
3 コメント
4 エンコード宣言 (encoding declaration)
5 明示的な行継続
6 非明示的な行継続
7 空行
8 インデント
9 トークン間の空白
2 その他のトークン
3 識別子 (identifier) およびキーワード (keyword)
1 キーワード (keyword)
2 予約済みの識別子種 (reserved classes of identifiers)
4 リテラル (literal)
1 文字列リテラル
2 文字列リテラルの結合 (concatenation)
3 数値リテラル
4 整数および長整数リテラル
5 浮動小数点数リテラル
6 虚数 (imaginary) リテラル
5 演算子 (operator)
6 デリミタ (delimiter)
3 データモデル
1 オブジェクト、値、および型
2 標準型の階層
3 新スタイルと旧スタイル
4 特殊メソッド名
1 基本的なカスタマイズ
2 属性値アクセスをカスタマイズする
3 クラス生成をカスタマイズする
4 呼び出し可能オブジェクトをエミュレートする
5 コンテナをエミュレートする
6 シーケンス型エミュレーションで使われるその他のメソッド
7 数値型をエミュレーションする
8 型強制規則 (coercion rule)
9 with文とコンテキストマネージャ
4 実行モデル
1 名前づけと束縛 (naming and binding)
1 動的な機能とのやりとり
2 例外
5 式 (expression)
1 算術変換 (arithmetic conversion)
2 アトム、原子的要素 (atom)
1 識別子 (identifier、または名前 (name))
2 リテラル
3 丸括弧形式 (parenthesized form)
4 リスト表現
5 ジェネレータ式
6 辞書表現
7 文字列変換
3 一次語 (primary)
1 属性参照
2 添字表記 (subscription)
3 スライス表記 (slicing)
4 呼び出し (call)
4 べき乗演算 (power operator)
5 単項算術演算 (unary arithmetic operation)
6 二項算術演算 (binary arithmetic operation)
7 シフト演算 (shifting operation)
8 ビット単位演算の二項演算 (binary bit-wise operation)
9 比較 (comparison)
10 ブール演算 (boolean operation)
11 ラムダ (lambda)
12 式のリスト
13 評価順序
14 まとめ
6 単純文 (simple statement)
1 式文 (expression statement)
2 Assert 文 (assert statement)
3 代入文 (assignment statement)
1 累算代入文 (augmented assignment statement)
4 pass 文
5 del 文
6 print 文
7 return 文
8 yield 文
9 raise 文
10 break 文
11 continue 文
12 import 文
1 future 文 (future statement)
13 global 文
14 exec 文
7 複合文 (compound statement)
1 if 文
2 while 文
3 for 文
4 try 文
5 with 文
6 関数定義
7 クラス定義
8 トップレベル要素
1 完全な Python プログラム
2 ファイル入力
3 対話的入力
4 式入力
A. 歴史とライセンス
1 Python の歴史
2 Terms and conditions for accessing or otherwise using Python
3 Licenses and Acknowledgements for Incorporated Software
1 Mersenne Twister
2 Sockets
3 Floating point exception control
4 MD5 message digest algorithm
5 Asynchronous socket services
6 Cookie management
7 Profiling
8 Execution tracing
9 UUencode and UUdecode functions
10 XML Remote Procedure Calls
B. 日本語訳について
1 このドキュメントについて
2 翻訳者一覧 (敬称略)
3 2.5 差分翻訳者一覧 (敬称略)
Index
Python リファレンスマニュアル
Previous:
序
Up:
Python リファレンスマニュアル
Next:
1 導入
リリース 2.5 ,19th September, 2006 更新
ご意見やご指摘をお寄せになりたい方は、
このドキュメントについて...
をご覧ください。