The subtype argument is the type of the object being created; the args and kwds arguments represent positional and keyword arguments of the call to the type. 引数 subtype は生成するオブジェクトの型です; args およびkwds 引数は、型を呼び出すときの固定引数およびキーワード引数です。 - Python
Select the LocalVariables window and expand the args node.The array of strings contains the phrase you entered as the command arguments.
「局所変数」ウィンドウを選択して、「args」ノードを展開します。 文字列型の配列に、コマンド引数として入力したフレーズが含まれています。 - NetBeans
Remove trailing slashes from all specified args.
指定された全ての引き数について、 後ろに付いているスラッシュを取り除く。 - JM
Select the LocalVariables window in the bottom of the IDE and expand the args node.The array of strings contains the phrase you entered as the command arguments.
IDE の下部にある「局所変数」ウィンドウを選択し、「args」ノードを展開します。 文字列型の配列に、コマンド引数として入力したフレーズが含まれています。 - NetBeans
The sound driver can also accept boot args to override the compiled in values.
サウンドドライバも起動時引数を受け付け、コンパイル時に指定された値を変更できる。 - JM
The function argument must be a callable object (a user-defined or built-in function or method, or a class object) and the args argument must be a sequence. 引数 function は呼び出しができるオブジェクト (ユーザ定義および組み込みの関数またはメソッド、またはクラスオブジェクト)でなければなりません。 args はシーケンス型でなくてはなりません。 - Python
The function is called with args as the argument list; the number of arguments is the length of the tuple.If the optional keywords argument is present, it must be a dictionary whose keys are strings. function は引数リスト args を使って呼び出されます;引数の数はタプルの長さになります。 オプションの引数 keywords を与える場合、 keywords は文字列のキーを持つ辞書でなければなりません。 - Python
err.println so that you can easily see the message in the Output window.public static void main(String[] args)
ここでも、「出力」ウィンドウで簡単にメッセージを確認できるように System.err.println を使用します。 - NetBeans
If optional args block is true and timeout is None (the default), block if necessary until a free slot is available. もしオプション引数blockがTrueでtimeoutがNone(デフォルト)ならば、フリースロットが利用可能になるまでブロックします。 - Python
If optional args block is true and timeout is None (the default),block if necessary until an item is available. もしオプション引数blockがTrueでtimeoutがNone(デフォルト)ならば、アイテムが利用可能になるまでブロックします。 - Python
If the exception class is derived from the standard root class Exception, the associated value is present as the exception instance's args attribute, and possibly on other attributes as well.User code can raise built-in exceptions. 例外が標準のルートクラスである Exception から導出された場合、関連値は例外インスタンスの args 属性中に他の属性と同様に置かれます。 ユーザによるコードも組み込み例外を送出することができます。 - Python
The port Makefile will use this as an initial value and augment some other essential args.
この port の Makefile は、この指定した値を変数の初期値として、その他の必須の引数と一緒に使います。 - FreeBSD
If it is a pointer type, the trailing asterisk should not be preceded by a space.name should be the name of the function (or function-likepre-processor macro), and args should give the types and names of the parameters. ポインタ型の場合、後続するアスタリスクの前にスペースを入れてはなりません。 name は関数 (または関数に似た形式をとるプリプロセッサマクロ) の名前でなくてはならず、args にはパラメタの型と名前を与えねばなりません。 - Python
However, for backwards compatibility, the args attribute contains only a 2-tuple of the first two constructor arguments.The filename attribute is None when this exception is created with other than 3 arguments. しかしながら、以前のバージョンとの互換性のために、args 属性にはコンストラクタに渡した最初の 2 つの引数からなる 2 要素のタプルしか含みません。 この例外が 3 つ以外の引数で生成された場合、filename 属性はNone になります。 - Python
An optional second parameter ($argsin the example) allows you to pass additional information to the callback functions.
オプションの二番目のパラメータ (上の例では $args)を使用して、コールバック関数に追加情報を渡すことができます。 - PEAR
There are no variants with NULLchecking.The C function calling mechanism guarantees that the argument list passed to C functions (args in the examples) is neverNULL -- in fact it guarantees that it is always a tuple. 型を調べるマクロには、NULL チェックを行う変化形はありません。 Python から C 関数を呼び出す機構は、 C 関数に渡される引数リスト(例でいうところの args) が決して NULL にならないよう保証しています -- 実際には、常にタプル型になるよう保証しています。 - Python
Comparisons are arithmetic if both ARGs are numbers, else lexicographical.
expr はまず両方の項を数値とみなし、数値データとしての比較を行おうとする。 これに失敗した場合は、辞書的な比較を行う。 - JM
resize +N increase current region height by N resize -N decrease current region height by N resize N set current region height to N resize = make all windows equally high resize max maximize current region height resize min minimize current region height "screen [-opts] [n] [cmd [args]]" Establish a new window.
resize +N 現在のリージョンの高さを N 増やすresize -N 現在のリージョンの高さを N 減らすresize N 現在のリージョンの高さを N にするresize = すべてのウィンドウを同じ高さにするresize max 現在のリージョンの高さを最大にするresize min 現在のリージョンの高さを最小にする"screen [-opts] [n] [cmd [args]]"新しいウィンドウを作る。 - JM
The C function always has two arguments, conventionally named self and args.The self argument is only used when the C function implements a built-in method, not a function. C 関数は常に二つの引数を持ち、便宜的に self および argsと呼ばれます。 self 引数は C 関数が Python の関数ではなく組み込みメソッドを実装している場合にのみ使われます。 - Python
The other commonly used Linux loader is 'LoadLin' which is a DOS program that has the capability to launch a Linux kernel from the DOS prompt (with boot-args) assuming that certain resources are available.
ほかにはloadLinもよく使われている Linux ローダである。 これは DOS のプログラムで、DOS プロンプトから(起動時引数とともに) Linux カーネルを起動できる(いくつかの特定のリソースが利用可能でなければならない)。 - JM
In Tkinter, options are specified askeyword-arguments in the instance constructor, and keyword-args for configure calls or as instance indices, in dictionary style, for established instances. Tkinter では、オプションはキーワード引数にしてインスタンスのコンストラクタに指定したり、config にキーワード引数を指定して呼び出したり、インデクス指定を使ってインスタンスに代入したりして設定します。 - 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.
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.