/usr/dict Replaced by /usr/share/dict .
/usr/dict/usr/share/dictに置き換えられた。 - JM
The base and dict arguments are normally NULL. baseとdict引数は通常NULLです。 - Python
The default file is /usr/share/dict/words.
デフォルトのファイルは /usr/share/dict/words である。 - XFree86
/usr/share/dict Contains the word lists used by spell checkers.
/usr/share/dictスペルチェッカ用の単語リストが含まれる。 - JM
Returns true if p is a dict object or an instance of a subtype of the dict type.Changed in version 2.2:Allowed subtypes to be accepted. 引数が PyDictObject のときに真を返します。 - Python
hash, use as dict key
ハッシュ化、辞書のキーとしての利用 - Python
This variable can be any callable accepting arguments for name,bases, and dict.
この変数は name、bases、および dict を引数として取るような任意の呼び出し可能オブジェクトにできます。 - Python
If dict is omitted or None, a new, empty dictionary is created for the new instance. dictが省略されるか、Noneである場合は、新しいインスタンスのために新しい空の辞書が作られます。 - Python
Return true if p is a dict object, but not an instance of a subtype of the dict type.New in version 2.4. p が辞書型オブジェクトであり、かつ辞書型のサブクラスのインスタンスでない場合に真を返します。 バージョン 2.4 で 新たに追加 された仕様です。 - Python
The base argument can be used to specify an alternate base class. The dict argument can be used to specify a dictionary of class variables and methods. base引数は代わりのベースクラスを指定するために使えます。 dict引数はクラス変数とメソッドの辞書を指定するために使えます。 - Python
Several builtin types such as list and dict do not directly support weak references but can add support through subclassing: list やdict など、いくつかの組み込み型は弱参照を直接サポートしませんが、以下のようにサブクラス化を行えばサポートを追加できます: - Python
This function returns a new class object, with name name, derived from baseclasses (which should be a tuple of classes) and with namespace dict. この関数は新しいクラスオブジェクトを返します。 そのクラスオブジェクトは(クラスのタプルであるべき)baseclassesから派生し、名前空間dictを持ち、nameという名前です。 - Python
If you are writing code that does not need to work with versions of Python earlier than Python 2.2, please consider subclassing directly from the built-in dict type. Python 2.2より前のバージョンのPythonで動作する必要のないコードを書いているのならば、組み込みdict型から直接サブクラス化することを検討してください。 - Python
Since Python'sdict objects are not ordered, there is not enough information available to deduce the order in which the row should be written to the csvfile. Pythonのdictオブジェクトは整列されていないので、列がcsvfileに書かれるべき順序を推定するための十分な情報はありません。 - Python
Create an object which operates like a regular reader but maps the information read into a dict whose keys are given by the optionalfieldnamesparameter. 省略可能なfieldnames パラメタで与えられたキーを読み出された情報に対応付ける他は正規の reader のように動作するオブジェクトを生成します。 - Python
For example, when printing a dict, Python doesn't guarantee that the key-value pairs will be printed in any particular order, so a test like 例えば、辞書を出力する際、Python はキーと値のペアが常に特定の順番で並ぶよう保証してはいません。 従って、以下のようなテスト - Python
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.
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.