Clashes between duplicate keys are not detected; the last datum (textually rightmost in the display)stored for a given key value prevails. )重複するキー間で衝突が起きても、衝突が検出されることはありません;あるキーに対して、最後に渡されたデータ (プログラムテキスト上では、辞書表記の最も右側値となるもの) が使われます。 - Python
When an identifier that textually occurs in a class definition begins with two or more underscore characters and does not end in two or moreunderscores, it is considered a private name of that class.Private names are transformed to a longer form before code is generated for them. クラス定義内にテキストの形で書かれた識別子で、二つ以上のアンダースコアから始まり、末尾が二つ以上のアンダースコアになっていないものは、そのクラスの プライベートな名前 (private name) とみなされます。 プライベートな名前は、コードが生成される前に、より長い形式の名前に変換されます。 - Python
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.