「Tuple」を含む例文一覧(290)

<前へ 1 2 3 4 5 6 次へ>
  • Return the sequence of blocked domains (as a tuple).
    ブロックしているドメインのシーケンスを (タプルとして) 返します。 - Python
  • Converts an IMAP4 "FLAGS" response to a tuple of individual flags.
    IMAP4 "FLAGS" 応答を個々のフラグからなるタプルに変換します。 - Python
  • Each entry is a tuple of the form (action, message, category, module,lineno), where:
    フィルタの各エントリは(action, message, category, module,lineno) からなるタプルです。 ここで: - Python
  • Return a tuple (y, x) of the height and width of the window.
    ウィンドウの高さおよび幅を表すタプル (y, x) を返します。 - Python
  • The length of the tuple is the number of expressions in the list.
    タプルの長さは、リスト中の式の数に等しくなります。 - Python
  • Enumerates values of an open registry key, returning a tuple.
    開かれているレジストリキーの値を列挙し、タプルで返します。 - Python
  • The optional info argument should be a 3-tuple containing an exception type, exception value, and traceback object, exactly like the tuple returned by
    オプションの info 引数は、例外の型、例外の値、トレースバックオブジェクトからなる 3 要素のタプルでなければなりません。 これは - Python
  • Return a 3-tuple (login, account, password)of authenticators for host.
    host の認証情報として、三要素のタプル (login, account, password) を返します。 - Python
  • If nargs 1, value will be a tuple of values ofthe appropriate type.
    "nargs" 1 であれば、value はは適切な型をもつ値のタプルになります。 - Python
  • Returns the object at position pos in the tuple pointed to byp.
    p の指すタプルオブジェクト内の、位置 pos にあるオブジェクトを返します。 - Python
  • An expression list containing at least one comma yields a tuple.
    少なくとも一つのカンマを含む式のリストは、タプルになります。 - Python
  • Return a tuple consisting of all of the above values in the aboveorder.
    以上の全ての値を上の順に並べたタプルを返します。 - Python
  • The result is a tuple even if it contains exactly one item.
    値が一つしかない場合を含め、結果はタプルで返されます。 - Python
  • Return a tuple object with the same contents as the arbitrary sequence o.
    任意のシーケンス o と同じ内容を持つタプルオブジェクトを返します。 - Python
  • Return true if p is a tuple object, but not an instance of a subtype of the tuple type.New in version 2.2.
    p がタプルオブジェクトで、かつタプル型のサブタイプのインスタンスでない場合に真を返します。 バージョン 2.2 で 新たに追加 された仕様です。 - Python
  • Return the size of the tuple p, which must be non-NULL and point to a tuple; no error checking is performed.
    タプル p のサイズを返しますが、p は非 NULL でなくてはならず、タプルオブジェクトを指していなければなりません;エラーチェックを行いません。 - Python
  • If an n- tuple of addresses is given where n > 2, then the corresponding range is determined by the last two addresses in the n- tuple.
    ここで 3 個以上の行番号が指定されると、最後の 2 つの行番号で決定される範囲がコマンド実行対象になります。 - JM
  • An empty tuple can be formed by an empty pair of parentheses.
    要素の全くない丸括弧の対を作ると空のタプルになります。 - Python
  • A list of tuple string pairs, one per address.
    アドレスあたり一つの文字列ペアで構成されるタプルからなるリストです。 - Python
  • The argument may be a sequence (string, tuple or list) or a mapping (dictionary).
    引数はシーケンス型 (文字列、タプル、またはリスト) か、マップ型 (辞書) です。 - Python
  • TOS is the methods dictionary, TOS1the tuple of the names of the base classes, and TOS2 the class name.
    TOSはメソッド辞書、TOS1は基底クラスの名前のタプル、TOS2はクラス名です。 - Python
  • Return None, or the sequence of allowed domains (as a tuple).
    None あるいは明示的に許可されているドメインを (タプルとして) 返します。 - Python
  • A 5-tuple is returned, the last five elements of the frame's frame record.
    フレームレコードの先頭要素を除いた、長さ5のタプルを返します。 - Python
  • Looks up a codec tuple in the Python codec registry and returns the function tuple as defined above.Encodings are first looked up in the registry's cache.
    Python codec レジストリから codec のタプルを探し、上で定義したような関数のタプルを返します。 encoding の検索は、まずにレジストリのキャッシュから行います。 - Python
  • The arguments are also available on the instance's args attribute, as a tuple.
    引数はまた、インスタンスの args 属性として、タプルで得ることもできます。 - Python
  • Return a tuple containing five components, describing the Windows version currently running.
    実行中のWindowsのバージョンを示す、以下の値のタプルを返します:major, minor, build, platform, text。 - Python
  • Changed in version 2.1:Allowed t to be omitted.
    バージョン 2.1 で 変更 された仕様:tuple を省略できるようになりました。 - Python
  • The program then proceeds by constructing a tuple of arguments as normal.
    そこでプログラムは定石どおりに引数のタプル構築に進みます。 - Python
  • Return a new tuple object of size len, or NULL on failure.
    サイズが len 新たなタプルオブジェクトを返します。 失敗すると NULL を返します。 - Python
  • Encodes the object input and returns a tuple (output object,length consumed).
    オブジェクト input エンコードし、(出力オブジェクト, 消費した 長さ) のタプルを返します。 - Python
  • Returns a tuple (fg, bg) containing the colors for the requested color pair.
    要求された色ペア中の色を含む (fg, bg) からなるタプルを返します。 - Python
  • Return the (wdRefNum, parID, name) tuple of the file described by the FSSpec object.
    FSSpecオブジェクトで記述されたファイルの情報を、(wdRefNum, parID, name) のタプルで返します。 - Python
  • Fetch truncated part of a message.Returned data is a tuple of message part envelope and data.
    返されるデータはメッセージパートエンベロープ情報とデータからなるタプルです。 - Python
  • Either a frame number or a tuple of three values, minutes, seconds and frames.
    それはフレームナンバーと、分、秒、フレームの3つの値からなるタプルの2つです。 - Python
  • When it's a 3-tuple, the elements of the value are of the form (CHARSET, LANGUAGE, VALUE).
    3 要素タプルの場合、各要素の値は(CHARSET, LANGUAGE, VALUE) の形式になっています。 - Python
  • Note that fields 6, 7, and 8 of the result tuple are notusable.
    タプルの 6、7、8番目のフィールドは有効ではないので注意してください。 - Python
  • format. It returns a tuple (data, width, height,bytesperpixel).
    形式のイメージが含まれた文字列で、この関数はタプル(data, width, height,bytesperpixel)を返します。 - Python
  • Changed in version 2.0:Added support for tuple values of the localeparameter.
    バージョン 2.0 で 変更 された仕様:引数 locale の値としてタプルをサポートしました。 - Python
  • A tuple containing the five components of the version number:major, minor, micro, releaselevel, and serial.
    バージョン番号を示す5つの値のタプル:major, minor,micro, releaselevel, serial releaselevel以外は全て整数です。 - Python
  • This instance of PyTypeObject represents the Python tuple type; it is the same object as types.TupleType in the Python layer.
    この PyTypeObject のインスタンスは Python のタプル型を表現します; Python レイヤにおける types.TupleType - Python
  • The value of font will be None,indicating that the device's default font should be used, or a tuple of the form (
    font は、デバイスの標準のフォントが使われることを示す None か、( - Python
  • Only data (8,000) common in (A) and (B) constitutes a 3-tuple candidate.
    (A)と(B)に共通するデータ(8,000)のみが三つ組候補を構成する。 - 特許庁
  • ..., while the high degree of skew in the tuple variables enables us to propose that ...
    一方, 組変数における高度のスキューから, 次のことが提案できる - コンピューター用語辞典
  • Convert a sequence of C values to a Python tuple with the same number of items.
    C の値からなる配列を、同じ要素数を持つ Python のタプルに変換します。 - Python
  • Decodes the object input and returns a tuple (output object,length consumed).
    オブジェクト input をデコードし、(出力オブジェクト, 消費した長さ) のタプルを返します。 - Python
  • Each entry is a 2-tuplecontaining a class and a tuple of its base classes.
    各要素は長さ2のタプルで、クラスと基底クラスのタプルを格納しています。 - Python
  • In later versions (from 1.5.1 on), a singleton tuple is returned in such cases.)
    (1.5.1 以降の)後のバージョンでは、そのような場合には、シングルトンタプルが返されます。 ) - Python
  • Thisfunction returns a tuple as described above on success, or None.
    識別可能なら上記のタプルを返し、識別できない場合はNoneを返します。 - Python
  • Inserts a reference to object o at position pos of the tuple pointed to by p.
    p の指すタプルオブジェクト内の位置 pos に、オブジェクト o への参照を挿入します。 - Python
  • To materialize processing for cutting and dividing a tuple on a stream into a partial tuple string of a phenomenon unit without taking trouble and cost in a stream data processing.
    ストリームデータ処理において、ストリーム上のタプルを、現象単位の部分タプル列に切り分ける処理を、ユーザの手間とコストをかけずに実現する。 - 特許庁
<前へ 1 2 3 4 5 6 次へ>

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

  • コンピューター用語辞典
    Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  • 特許庁
    Copyright © Japan Patent office. All Rights Reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • 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.
  • JM
    Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
    The contents of this document are licensed under the GNU Free Documentation License.
    Copyright (C) 1999 JM Project All rights reserved.