回答編集履歴

1

引用文を追加

2017/05/06 16:10

投稿

umyu
umyu

スコア5846

test CHANGED
@@ -1,5 +1,9 @@
1
1
  Python公式ドキュメント
2
2
 
3
- [2.3.2. 予約済みの識別子種](https://docs.python.jp/3/reference/lexical_analysis.html#reserved-classes-of-identifiers)
3
+ [2.3.2. 予約済みの識別子種より](https://docs.python.jp/3/reference/lexical_analysis.html#reserved-classes-of-identifiers)
4
4
 
5
+
6
+
7
+ > ```__*__```
8
+
5
- [3.3. 特殊メソッド名](https://docs.python.jp/3/reference/datamodel.html#special-method-names)
9
+ > システムで定義された (system-defined) 名前です。これらの名前はインタプリタと (標準ライブラリを含む) 実装上で定義されています; 現行のシステムでの名前は [特殊メソッド名](https://docs.python.jp/3/reference/datamodel.html#special-method-names) などで話題に挙げられています。