「subscripting」を含む例文一覧(2)

  • The iteration ends when the sequence raises IndexError for the subscripting operation.New in version 2.2.
    反復処理は、シーケンスが添字指定操作の際に IndexError を返したときに終了します。 バージョン 2.2 で 新たに追加 された仕様です。 - Python
  • A class can implement certain operations that are invoked by special syntax (such as arithmetic operations or subscripting and slicing) by defining methods with special names.
    特殊な名前をもったメソッドを定義することで、特殊な構文 (算術演算や添え字表記、スライス表記のような) 特定の演算をクラスで実装することができます。 - Python

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