callableを含む例文一覧と使い方
該当件数 : 101件
This is the equivalent of the Python expression "apply(callable,args)" or "例文帳に追加
Python の式 "apply(callable, args)" あるいは " - Python
The first parameter, callable, can beany Python callable object that can be called with no parameters;each call to it should return the next item in the iteration. 例文帳に追加
最初のパラメタ callable は引数なしで呼び出せる Python の呼び出し可能オブジェクトならなんでもかまいません; callableは、呼び出されるたびに次の反復処理対象オブジェクトを返さなければなりません。 - Python
Determine if the object o is callable. 例文帳に追加
オブジェクト o が呼び出し可能オブジェクトかどうか調べます。 - Python
The type object for proxies of objects which are not callable. 例文帳に追加
呼び出し可能でないオブジェクトのプロキシのための型オブジェクト。 - Python
Class types, or ``new-style classes,'' are callable. 例文帳に追加
クラス型、あるいは ``新しいクラス型 (new-style class)'' や呼び出し可能オブジェクトです。 - Python
A call calls a callable object (e.g., a function) with a possibly empty series of arguments:例文帳に追加
呼び出し (call) は、呼び出し可能オブジェクト (callable object, 例えば関数など) を、引数列とともに呼び出します。 引数列は空のシーケンスでもかまいません: - Python
macro is parsed only for the inset, hang and tag list-types and is not callable. 例文帳に追加
マクロは inset, hang, tag のリストタイプでのみ解析され、呼び出し不可能です。 - JM
This should be NULL if the object is not callable. 例文帳に追加
オブジェクトが呼び出し可能でない場合には NULL にしなければなりません。 - Python
We want this function to be callable from Python as follows:例文帳に追加
この関数を以下のようにして Python から呼び出せるようにしたいとします: - Python
The prefix macro is not callable, but it is parsed: -tag -width "(namexx" -offset indent 例文帳に追加
プレフィックスマクロは呼び出し可能ではありませんが、解析されます。 -tag -width "(namexx" -offset indent - JM
Return 1 if theobject is callable and 0 otherwise. 例文帳に追加
オブジェクトが呼び出し可能であるときに 1 を返し、そうでないときには 0 を返します。 - Python
macro does not call other macros and is not callable by other macros. 例文帳に追加
マクロから他のマクロを呼び出すことはなく、他のマクロから呼び出すこともできません。 - JM
Some macros may be callable, but are not parsed and vice versa. 例文帳に追加
に作用する。 呼びだし可能であるがパースされないマクロや、その逆のマクロも存在する。 - JM
Return true if the object argument appears callable, false if not.例文帳に追加
object 引数が呼び出し可能なオブジェクトの場合、真を返します。 そうでなければ偽を返します。 - Python
The result must be a callable,which is invoked with the function object as the only argument.The returned value is bound to the function name instead of the function object.例文帳に追加
デコレータの返す値は関数オブジェクトではなく、関数名にバインドされます。 - Python
This variable can be any callable accepting arguments for name,bases, and dict. 例文帳に追加
この変数は name、bases、および dict を引数として取るような任意の呼び出し可能オブジェクトにできます。 - Python
To automatically perform listing of callable employees on the basis of the schedules and body conditions and site familiarity of employees in extracting callable employees from accident occurrence information.例文帳に追加
事故発生情報から呼出可能社員を抽出するにあたり、社員のスケジュール、体調、更には現場の精通度合いに基づき呼出可能社員を自動的にリストアップする。 - 特許庁
The manual and general text domain macros are special in that most of them are parsed for callable macros for example: -tag -width "Fl s Ar filex" -offset indent 例文帳に追加
マニュアルドメインマクロと一般テキストドメインマクロとが他と異なっているのは、呼びだし可能マクロ (callable macro) の内部では、そのほとんどがパーズされるという点である。 例えば以下のように変換される:-tag -width "Fl s Ar filex" -offset indent - JM
The second works with a callable object and a sentinel value, calling the callable for each item in the sequence, and ending the iteration when the sentinel value is returned.例文帳に追加
二つ目は呼び出し可能オブジェクトとセンチネル値 (sentinel value) を扱い、シーケンス内の要素ごとに呼び出し可能オブジェクトを呼び出して、センチネル値が返されたときに反復処理を終了します。 - Python
If object is not callable (and hence not valid as a constructor), raises TypeError.例文帳に追加
objectが呼び出し可能でなければ(そして、それゆえコンストラクタとして有効でないならば)、TypeErrorを発生します。 - Python
The modules defines the following user-callable functions anduser-settable variables: 例文帳に追加
モジュールでは以下のユーザから呼び出し可能な関数と、ユーザが設定可能な変数を定義しています: - Python
Callable object that constructs a test suite from a list of tests.No methods on the resulting object are needed. 例文帳に追加
テストのリストからテストスイートを構築する呼び出し可能オブジェクト。 メソッドを持つ必要はありません。 - Python
The returned object will have a type of either ProxyType or CallableProxyType, depending on whether object is callable.例文帳に追加
objectが呼び出し可能かどうかに依存して、返されるオブジェクトはProxyTypeまたはCallableProxyTypeのどちらか一方の型を持ちます。 - Python
Once a syntax error is found in the function, the function will not be callable and becomes undefined. 例文帳に追加
ひとたび関数の中で文法エラーが見つかると、その関数は呼び出せなくなり、未定義状態となります。 - JM
Static method objects are not themselves callable, although the objects theywrap usually are.例文帳に追加
静的メソッドオブジェクトは通常呼び出し可能なオブジェクトをラップしますが、静的オブジェクト自体は呼び出すことができません。 - Python
| 日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License |
| 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会員(無料)になると
|
