help('dbhash')
(標準ライブラリ モジュール):
CLASSES
exceptions.Exception(exceptions.BaseException)
bsddb.db.DBError
error = class DBError(exceptions.Exception)
| Method resolution order:
| DBError
| exceptions.Exception
| exceptions.BaseException
| __builtin__.object
:
error = class DBError(exceptions.Exception)
その言語構造はどのように呼ばれますか? それは何をするためのものか?django をインストールした場合、help('django.http.HttpResponse') を実行すると、この構造の別の例を見ることができます。
(私は python 2.7.2 と django 1.4 を使用しています)