「REPR」を含む例文一覧(9)

  • Repr (class in repr)
    repr() (Repr のメソッド) - Python
  • in module repr
    repr モジュール - Python
  • Repr attribute
    Repr の属性 - Python
  • 3.26.1 Repr Objects
    3.26.1 Reprオブジェクト - Python
  • 3.26.2 Subclassing Repr Objects
    3.26.2 Reprオブジェクトをサブクラス化する - Python
  • 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

例文データの著作権について