This is the equivalent of the Python expression "repr(o)". Python 式"repr(o)"と同じです。 - Python
The bastion's string representation will be "Bastion for name" if a value for name is provided; otherwise, "repr(object)" will beused. name の値が与えられた場合、要塞オブジェクトの文字列表現は "Bastion for name" になります; そうでない場合、"repr(object)" が使われます。 - Python
Repr instances provide several members which can be used to provide size limits for the representations of different object types, and methods which format specific object types. Reprインスタンスは様々なオブジェクト型の表現にサイズ制限を与えるために使えるいくつかのメンバーと、特定のオブジェクト型を書式化するメソッドを提供します。 - Python
This limit is used to control the size of object types for which no specific formatting method is available on the Repr object.It is applied in a similar manner as maxstring. この制限はReprオブジェクトに利用できる特定の書式化メソッドがないオブジェクト型のサイズをコントロールするために使われます。 maxstringと同じようなやり方で適用されます。 - 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.