「python len」を含む例文一覧(4)

  • This is the equivalent to the Python expression "len(o)".
    Python の式 "len(o)"と同じです。 - Python
  • For objects that do not provide mapping protocol, this is equivalent to the Python expression"len(o)".
    マップ型プロトコルを提供していないオブジェクトに対しては、Python の式 "len(o)" と同じになります。 - Python
  • For objects that do not provide sequence protocol, this is equivalent to the Python expression"len(o)".
    シーケンス型プロトコルをサポートしないオブジェクトに対しては、Python の式 "len(o)" と同じになります。 - Python
  • Return a Python object from the data stream in a character buffer containing len bytes pointed to by string.
    string が指しているlen バイトの文字列バッファに納められたデータストリームから Python オブジェクトを読み出して返します。 - Python

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