「TOS2」を含む例文一覧(7)

  • Implements TOS1[TOS:] = TOS2.
    TOS1[TOS:] = TOS2を実行します。 - Python
  • Implements TOS = TOS2[TOS1:TOS].
    TOS = TOS2[TOS1:TOS]を実行します。 - Python
  • Implements TOS2[TOS1:TOS] = TOS3.
    TOS2[TOS1:TOS] = TOS3を実行します。 - Python
  • Implements del TOS2[TOS1:TOS].
    del TOS2[TOS1:TOS]を実行します。 - Python
  • Implements exec TOS2,TOS1,TOS.
    exec TOS2,TOS1,TOSを実行します。 - Python
  • TOS is the methods dictionary, TOS1the tuple of the names of the base classes, and TOS2 the class name.
    TOSはメソッド辞書、TOS1は基底クラスの名前のタプル、TOS2はクラス名です。 - Python
  • The handler will find the traceback as TOS2, the parameter as TOS1, and the exception as TOS.
    ハンドラはTOS2としてトレースバック、TOS1としてパラメータ、そしてTOSとして例外を見つけられます。 - Python

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