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

<前へ 1 2 3 4 5 6 次へ>
  • Unless a very peculiar user-defined metatype is in use, cls will be the first element of the tuple.
    非常に特殊なユーザ定義のメタクラスを使用していない限り、clsが戻り値の先頭要素となります。 - Python
  • On success, return a list of the items in object o, where each item is a tuple containing a key-value pair.
    成功するとオブジェクト o の要素対、すなわちキーと値のペアが入ったタプルからなるリストを返します。 - Python
  • If the input string has no timezone, the last element of the tuple returned is None.
    入力された文字列に時間帯が指定されていなかった場合、10番目の要素にはNone が入ります。 - Python
  • If the netrc file did not contain an entry for the given host, return the tuple associated with the `default' entry.
    与えられた host に対するエントリが netrc ファイルにない場合、`default' エントリに関連付けられたタプルが返されます。 - Python
  • Changed in version 2.3:Older versions of Python did not support a tuple as the second argument.
    バージョン 2.3 で 変更 された仕様:以前の Python のバージョンは、二つ目の引数にタプルをサポートしていませんでした - Python
  • The "v" variants are goodwhen the number of parameters is variable, with the arguments beingpassed in a list or tuple as the args parameter.
    "v" 型は、パラメタの数が可変の時に便利で、リストかタプルの引数が args パラメタとして渡されます。 - Python
  • Return a 5-tuple of floating point numbers indicating accumulated(processor or other)times, in seconds.
    (プロセスまたはその他の) 積算時間を秒で表す浮動小数点数からなる、5 要素のタプルを返します。 - Python
  • The returned information is a tuple consisting of two elements, the start time of the track and the duration of the track.
    返される情報は、トラックの開始時刻とトラックの時間の長さの二つの要素からなるタプルです。 - Python
  • Do not use this if the tuple may already be known to some other part of the code.
    タプルがコード中の他の部分ですでに参照されている場合には、この関数を 使ってはなりません。 - Python
  • The C implementation of Python has historically acceptedmultiple parameters and implicitly joined them into a tuple; this no longer works in Python 2.0.
    かつての Python の C 実装では、複数パラメタを受理し、非明示的にそれらをタプルに結合していました。 - Python
  • If classinfo is not a class, type, or tuple of classes, types, and such tuples, a TypeError exception is raised.Changed in version 2.2:Support for a tuple of type information was added.
    classinfo がクラス、型、クラスや型からなるタプル、そういったタプルが再帰構造をとっているタプルのいじれでもない場合、例外 TypeError が送出されます。 バージョン 2.2 で 変更 された仕様:型情報をタプルにした形式のサポートが追加されました。 - Python
  • (B) shows a 2-tuple candidate obtained when selecting an entry word candidate "fiscal year Heisei 19" of logical element group G2.
    (B)は、論理要素グループG2の見出し単語候補“19年度”を選択した場合の二つ組候補である。 - 特許庁
  • (A) shows a 2-tuple candidate obtained when selecting an entry word candidate "consumables expense" of logical element group G1.
    (A)は、論理要素グループG1の見出し単語候補“消耗品費”を選択した場合の二つ組候補である。 - 特許庁
  • It builds a tuple only if its format string contains two or more format units.
    この関数がタプルを生成するのは、書式化文字列に二つ以上の書式化単位が入っているときだけです。 - Python
  • (This rule is relaxed as of Python 1.5; in earlier versions, the object had to be a tuple.
    (これは Python 1.5で緩和された規則です; 以前のバージョンでは、代入するオブジェクトはタプルでなければなりませんでした。 - Python
  • With a single argument s, return the largest item of a non-empty sequence (such as a string, tuple or list).
    単一の引数 s の場合、空でないシーケンス (文字列、タプルまたはリスト)の要素のうち最大のものを返します。 - Python
  • With a single argument s, return the smallest item of a non-empty sequence (such as a string, tuple or list).
    単一の引数 s の場合、空でないシーケンス (文字列、タプルまたはリスト)の要素のうち最小のものを返します。 - Python
  • Return a 2-tuple; the first element is a string containing the commandline to be executed(which can be passed to os.
    2 要素のタプルを返します; 最初の要素は文字列で、実行すべきコマンド (os.system() に渡されます) が入っています。 - Python
  • However, in practice, you will rarely use these ways of creating and populating a tuple or list.
    しかし実際には、タプルやリストを生成して値を入れる際には、上記のような方法はほとんど使いません。 - Python
  • A data manipulation apparatus for manipulating data of an object oriented database stores definition information, which defines a tuple having a variable schema in a class higher than every tuple-type class in an hierarchical structure of class, in a definition information storage section 6.
    オブジェクト指向データベースのデータを操作するデータ操作装置に、クラスの階層構造において、定義情報格納部6にあらゆるタプル型のクラスの上位クラスにスキーマが不定なタプルを定義する定義情報を格納する。 - 特許庁
  • A tuple of one item (a `singleton') can be formed by affixing a comma to an expression (an expression by itself does not create a tuple, since parentheses must be usable for grouping of expressions).
    単一の要素からなるタプル(単集合 `singleton') を作るには、要素を表現する式の直後にカンマをつけます (単一の式だけではタプルを形成しません。 これは、式をグループ化するのに丸括弧を使えるようにしなければならないからです) 。 - Python
  • A tuple containing default argument values for those arguments that have defaults, or None if no arguments have a default value
    デフォルト値を持つ引数に対するデフォルト値が収められたタプルで、デフォルト値を持つ引数がない場合には Noneになります。 - Python
  • None or a tuple of cells that containbindings for the function's free variables.
    None または関数の個々の自由変数(引数以外の変数) に対して値を結び付けているセル (cell) 群からなるタプルになります。 - Python
  • Return a tuple containing all the subgroups of the match, from 1 up to however many groups are in the pattern.
    1からどれだけ多くであろうがパターン内にあるグループ数までの、マッチの、すべてのサブグループを含むタプルを返します。 - Python
  • For Internet protocols, this is a tuple containing a string giving the address, and an integer port number:('127.0.0.1', 80), for example.
    インターネットプロトコルでは、この値は例えば('127.0.0.1', 80)のようにアドレスを与える文字列と整数のポート番号を含むタプルです。 - Python
  • Return a tuple (address, length) giving the current memory address and the length in elements of the buffer used to holdarray's contents.
    アレイの内容を記憶するために使っているバッファの、現在のメモリアドレスと要素数の入ったタプル(address, length) を返します。 - Python
  • A tuple of strings giving the names of all modules that are compiled into this Python interpreter.
    コンパイル時にPythonインタープリタに組み込まれた、全てのモジュール名のタプル(この情報は、他の手段では取得することができません。 - Python
  • Parse a URL into 6 components, returning a 6-tuple: (addressing scheme, network location, path, parameters, query, fragmentidentifier).
    URL を解釈して 6 つの構成要素にし、6 要素のタプル:(アドレススキーム、ネットワーク上の位置、パス、パラメタ、クエリ、フラグメント指定子) を返します。 - Python
  • Should either return a 2-tuple containing self and other converted to a common numeric type, or None if conversion is impossible.
    self と other を共通の数値型に変換して、2 要素のタプルにして返すか、不可能な場合には None を返さなければなりません。 - Python
  • Return list of 5-tuples describing how to turn a into b.Each tuple is of the form (tag, i1, i2,j1, j2).
    aをbにするための方法を記述する5つのタプルを返します。 それぞれのタプルは(tag, i1, i2, j1, j2)という形式であらわされます。 - Python
  • ; other mapping types may follow suit.For the list and tuple types,
    と書くことで、うまい具合にメンバシップテストをサポートしています; 他のマップ型もこれに倣っているかもしれません。 リストやタプル型については、 - Python
  • A class is considered a subclass of itself. classinfo may be a tuple of class objects, in which case every entry in classinfo will be checked.
    クラスはそのクラス自体のサブクラスとclasinfo はクラスオブジェクトからなるタプルでもよく、この場合には classinfo のすべてのエントリが調べられます。 - Python
  • (In compatibility note: in the original Python 1.5release, if the tuple was one element long, a string would be returned instead.
    (非互換性ノート:オリジナルの Python 1.5 リリースでは、たとえタプルが一要素長であっても、その代わりに文字列を返すことはありません。 - Python
  • As with the normal socket object, address is a tuple with the first element the host to connect to, and the second the port number.
    通常のソケットオブジェクトと同様、addressには一番目の値が接続先ホスト、2番目の値がポート番号であるタプルを指定します。 - Python
  • If no codecs tuple is found, a LookupError is raised. Otherwise, the codecstuple is stored in the cache and returned to the caller.
    見つからなければ、LookupError を送出し、見つかれば codecのタプルをキャッシュに保存して、見つかったエンコーディングを呼び出し側に返します。 - Python
  • This will return a suitably decoded Unicode stringwhn the value is a tuple, or the original string unquoted if it isn't.
    この値がタプルならばこの関数は適切にデコードされた Unicode 文字列を返し、そうでない場合は unquote された元の文字列を返します。 - Python
  • This function returns a tuple (x, y, z) wherex and y are the size of the image in pixels and z is the number of bytes per pixel.
    この関数はタプル (x, y, z) を返します。 x および y は画像のサイズをピクセルで表したもので、z はピクセルあたりのバイト長です。 - Python
  • This function returns a 5-tuple:(addressing scheme, network location, path, query, fragmentidentifier).New in version 2.2.
    この関数は 5 要素のタプル:(アドレススキーム、ネットワーク上の位置、パス、クエリ、フラグメント指定子) を返します。 バージョン 2.2 で 新たに追加 された仕様です。 - Python
  • If nargs 1, multiple arguments will be consumed from the command line; all will be converted according to type and stored to dest as a tuple.
    nargs 1 の場合、複数の引数をコマンドラインから取り出します; 引数は全て type に従って変換され、dest にタプルとして保存されます。 - Python
  • If specified as an"*" (asterisk), the actual width is read from the next element of the tuple in values, and the object to convert comes after the minimum field width and optional precision.
    タプルには最小フィールド幅やオプションの精度指定の後に変換したいオブジェクトがくるようにします。 精度 (オプション)。 - Python
  • A second subtuple including a second subset of bits in the tuple is combined with the nickname of the second subtuple before being applied to the flow information database.
    タプルの中の第2のサブセットのビットを含む第2のサブタプルとニックネームが組み合わされて、フロー情報データベースに適用される。 - 特許庁
  • To provide a lookup scheme for application in recursive lookups while a tuple representing a plurality of flow characteristics is parsed into a plurality of subtuples.
    複数のフロー特性を表すタプルが複数のサブタプルに分解され、再帰的ルックアップで利用されるルックアップスキームを提供すること。 - 特許庁
  • Note:Prior to Python version 1.5.2, this format specifier only accepted a tuple containing the individual parameters, not an arbitrary sequence.
    注意:Python のバージョン 1.5.2 より以前は、この書式化指定文字列はパラメタ列ではなく、個別のパラメタが入ったタプルでなければなりませんでした。 - Python
  • In any other case, a TypeError exception is raised.Changed in version 2.3:Support for a tuple of type information was added.
    その他の場合では、例外 TypeError が送出されます。 バージョン 2.3 で 変更 された仕様:型情報からなるタプルへのサポートが追加されました - Python
  • There is noway for a function using this convention to distinguish between a call with multiple arguments and a call with a tuple as the only argument.
    この呼び出し規約を使うと、複数個の引数の場合と、単一のタプルが唯一引数の場合を区別できなくなってしまいます。 - Python
  • Return a tuple of class cls's base classes, including cls, in method resolution order.
    clsクラスの基底クラス(cls自身も含む)を、メソッドの優先順位順に並べたタプルを返します。 結果のリスト内で各クラスは一度だけ格納されます。 - Python
  • Translate a socket address sockaddr into a 2-tuple(host, port).Depending on the settings of flags, the result can contain a fully-qualified domain name or numeric address representation in host.
    ソケットアドレスsockaddrから、(host, port)のタプルを取得します。 flagsの設定に従い、hostは完全修飾ドメイン名または数値形式アドレスとなります。 - Python
  • Each tuple is of the form(article number, subject, poster, date,id, references, size, lines).If the file parameter is supplied, then the output of the "XOVER" command is stored in a file.
    各タプルは(article number, subject, poster, date,id, references, size, lines) の形式をとります。 file引数が指定されている場合、"XHDR"コマンドの出力結果はファイルに格納されます。 - Python
  • , which steal a reference to the item (but not to the tuple or list into which the item is put!).
    で、これらはシーケンスに入れる要素に対する参照を盗み取ります (しかし、要素の入る先のタプルやリストの参照は盗み取りません!)。 - Python
  • An information summarizing function unit 5 selects, when an inquiry expression including a retrieval condition and a tabulation condition is inputted, a tuple aggregate matching with the retrieval condition in the stored data of the database 7 to tabulate and output the tuple aggregates selected according to a tabulation condition.
    情報集約機能部5は、検索条件と集計条件とからなる問い合わせ式がユーザ入力されると、データベース7の格納データ中から検索条件に合致するタプル集合を選択し、集計条件にしたがって選択されたタプル集合を集計・出力する。 - 特許庁
<前へ 1 2 3 4 5 6 次へ>

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