1153万例文収録!

「tuple」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

tupleを含む例文一覧と使い方

該当件数 : 290



例文

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.例文帳に追加

ストリームデータ処理において、ストリーム上のタプルを、現象単位の部分タプル列に切り分ける処理を、ユーザの手間とコストをかけずに実現する。 - 特許庁




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS